File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626class ExceptionListener implements SentryExceptionListenerInterface
2727{
2828 /** @var TokenStorageInterface|null */
29- private $ tokenStorage ;
29+ protected $ tokenStorage ;
3030
3131 /** @var AuthorizationCheckerInterface|null */
32- private $ authorizationChecker ;
32+ protected $ authorizationChecker ;
3333
3434 /** @var \Raven_Client */
3535 protected $ client ;
@@ -38,7 +38,7 @@ class ExceptionListener implements SentryExceptionListenerInterface
3838 protected $ eventDispatcher ;
3939
4040 /** @var RequestStack */
41- private $ requestStack ;
41+ protected $ requestStack ;
4242
4343 /** @var string[] */
4444 protected $ skipCapture ;
@@ -147,7 +147,7 @@ public function onConsoleException(ConsoleExceptionEvent $event): void
147147 /**
148148 * @param ConsoleExceptionEvent|ConsoleErrorEvent $event
149149 */
150- private function handleConsoleError (ConsoleEvent $ event ): void
150+ protected function handleConsoleError (ConsoleEvent $ event ): void
151151 {
152152 $ command = $ event ->getCommand ();
153153 switch (true ) {
@@ -190,7 +190,7 @@ protected function shouldExceptionCaptureBeSkipped(\Throwable $exception): bool
190190 /**
191191 * @param UserInterface | object | string $user
192192 */
193- private function setUserValue ($ user )
193+ protected function setUserValue ($ user )
194194 {
195195 $ data = [];
196196
You can’t perform that action at this time.
0 commit comments