We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23f4fb commit 0c9c8a8Copy full SHA for 0c9c8a8
webapp/config/packages/sentry.yaml
@@ -2,15 +2,5 @@ when@prod:
2
sentry:
3
dsn: '%env(SENTRY_DSN)%'
4
options:
5
- integrations:
6
- - 'Sentry\Integration\IgnoreErrorsIntegration'
7
-
8
- services:
9
- Sentry\Integration\IgnoreErrorsIntegration:
10
- arguments:
11
- $options:
12
- ignore_exceptions:
13
- # Ignore this exception. It is thrown before being redirected
14
- # to a login page or showing a 403. The former we do not want
15
- # to show in Sentry and the latter triggers a AccessDeniedHttpException
16
- - Symfony\Component\Security\Core\Exception\AccessDeniedException
+ ignore_exceptions:
+ - Symfony\Component\Security\Core\Exception\AccessDeniedException
0 commit comments