We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 986a080 + f267d3c commit 962bba7Copy full SHA for 962bba7
src/EventListener/ExceptionListener.php
@@ -142,7 +142,7 @@ public function onConsoleException(ConsoleExceptionEvent $event)
142
$this->client->captureException($exception, $data);
143
}
144
145
- private function shouldExceptionCaptureBeSkipped(\Exception $exception)
+ protected function shouldExceptionCaptureBeSkipped(\Exception $exception)
146
{
147
foreach ($this->skipCapture as $className) {
148
if ($exception instanceof $className) {
0 commit comments