mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 02:56:26 +03:00
Update sentry.yaml (#1779)
* Update sentry.yaml In order to have more transparency and make Sentry more useful, all our SDKs now offer this option by default. * Update sentry.yaml
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
when@prod:
|
||||
sentry:
|
||||
dsn: '%env(SENTRY_DSN)%'
|
||||
# Add request headers, cookies, IP address and the authenticated user
|
||||
# see https://docs.sentry.io/platforms/php/data-management/data-collected/ for more info
|
||||
# send_default_pii: true
|
||||
options:
|
||||
ignore_exceptions:
|
||||
- 'Symfony\Component\ErrorHandler\Error\FatalError'
|
||||
|
||||
Reference in New Issue
Block a user