diff --git a/src/Sentry/SentryBundle/EventListener/ExceptionListener.php b/src/Sentry/SentryBundle/EventListener/ExceptionListener.php index c909c751..f875c205 100644 --- a/src/Sentry/SentryBundle/EventListener/ExceptionListener.php +++ b/src/Sentry/SentryBundle/EventListener/ExceptionListener.php @@ -26,10 +26,10 @@ class ExceptionListener private $authorizationChecker; /** @var \Raven_Client */ - private $client; + protected $client; /** @var string[] */ - private $skipCapture; + protected $skipCapture; /** * ExceptionListener constructor.