forked from networkteam/sentry_client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_conf_template.txt
More file actions
14 lines (14 loc) · 974 Bytes
/
ext_conf_template.txt
File metadata and controls
14 lines (14 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# cat=Sentry/; type=text; label=DSN: http://public_key@your-sentry-server.com/project-id, you can also use the SENTRY_DSN environment variable
dsn =
# cat=Sentry/; type=boolean; label=Ignore PageNotFoundException and trigger 404 handling instead
activatePageNotFoundHandling = 1
# cat=Sentry/; type=options[none,userid,usernameandemail]; label=Report user information
reportUserInformation = userid
# cat=Sentry/; type=text; label=Exception message blacklist regex: Use to not report them. Example: /an exception message/
messageBlacklistRegex =
# cat=Sentry/; type=boolean; label=Report database connection errors: Such service outages should better be handled by a monitoring system
reportDatabaseConnectionErrors = 0
# cat=Sentry/; type=string; label=Release: See https://docs.sentry.io/error-reporting/configuration/?platform=php#release, you can also use the SENTRY_RELEASE environment variable
release =
# cat=Sentry/; type=boolean; label=Show Event id
showEventId = 1