We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132b469 commit 4999bcdCopy full SHA for 4999bcd
src/EventListener/ExceptionListener.php
@@ -143,7 +143,7 @@ public function onConsoleException(ConsoleErrorEvent $event): void
143
$this->client->captureException($exception, $data);
144
}
145
146
- protected function shouldExceptionCaptureBeSkipped(\Throwable $exception)
+ protected function shouldExceptionCaptureBeSkipped(\Throwable $exception): bool
147
{
148
foreach ($this->skipCapture as $className) {
149
if ($exception instanceof $className) {
0 commit comments