From 3bdd5691cfb6eee4956d4ce7416f73668b4f7da1 Mon Sep 17 00:00:00 2001 From: Bartosz Date: Thu, 26 Oct 2017 10:26:50 +0200 Subject: [PATCH] documentation evet_listener fix In Configuration event_listener is under root node. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c6dac9a..5e6086ac 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,7 @@ This is used to replace the default exception listener that this bundle uses. Th ```yaml sentry: - options: - exception_listener: AppBundle\EventListener\MySentryExceptionListener + exception_listener: AppBundle\EventListener\MySentryExceptionListener ``` #### prefixes