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:
Michi Hoffmann
2025-04-19 05:54:34 +04:00
committed by GitHub
parent 4c85148f90
commit 16e4b23c18
@@ -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'