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 f4529a0 commit 2ee3356Copy full SHA for 2ee3356
README.md
@@ -208,8 +208,7 @@ You can always replace the default `ExceptionListener` with your own custom list
208
209
```yaml
210
sentry:
211
- options:
212
- exception_listener: AppBundle\EventListener\MySentryExceptionListener
+ exception_listener: AppBundle\EventListener\MySentryExceptionListener
213
```
214
215
... and then define the custom `ExceptionListener` that implements the `SentryExceptionListenerInterface`, e.g.:
0 commit comments