Skip to content

Commit 2ee3356

Browse files
fsalomonJean85
authored andcommitted
Update README.md
exception_listener is a bundle-specific configuration
1 parent f4529a0 commit 2ee3356

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ You can always replace the default `ExceptionListener` with your own custom list
208208

209209
```yaml
210210
sentry:
211-
options:
212-
exception_listener: AppBundle\EventListener\MySentryExceptionListener
211+
exception_listener: AppBundle\EventListener\MySentryExceptionListener
213212
```
214213

215214
... and then define the custom `ExceptionListener` that implements the `SentryExceptionListenerInterface`, e.g.:

0 commit comments

Comments
 (0)