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 bbdb50d commit a9df648Copy full SHA for a9df648
README.md
@@ -88,6 +88,12 @@ Leaving this value empty (or undeclared) in other environments will effectively
88
```yaml
89
sentry:
90
dsn: "https://public:[email protected]/1"
91
+ options:
92
+ environment: '%kernel.environment%'
93
+ release: '%env(VERSION)%' #your app version
94
+ excluded_exceptions: #exclude validation errors
95
+ - App\Exception\UserNotFoundException
96
+ - Symfony\Component\Security\Core\Exception\AccessDeniedException
97
```
98
99
#### Optional: use monolog handler provided by `sentry/sentry`
0 commit comments