-
Notifications
You must be signed in to change notification settings - Fork 34
/
ext_conf_template.txt
16 lines (16 loc) · 1.22 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# cat=Sentry/; type=text; label=DSN: http://[email protected]/project-id, you can also use the SENTRY_DSN environment variable
dsn =
# cat=Sentry/; type=options[none,userid]; label=Report user information
reportUserInformation = userid
# cat=Sentry/; type=text; label=Exception/LogWriter message ignorelist regex: Use it to not report them. Example: /an exception message/
ignoreMessageRegex =
# 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/platforms/php/configuration/options/#release, you can also use the SENTRY_RELEASE environment variable
release =
# cat=Sentry/; type=boolean; label=Show Event id
showEventId = 1
# cat=Sentry/; type=array; label=LogWriter component ignorelist: Comma separated list of LogRecord components which should not be reported. Example: TYPO3.CMS.Frontend.Controller.NoisyController
logWriterComponentIgnorelist =
# cat=Sentry/; type=boolean; label=Disable database logging: TYPO3 logs exceptions to the database and to a log file. With this you can disable the database logging.
disableDatabaseLogging = 0