diff --git a/src/Exception/Handler.php b/src/Exception/Handler.php index 804df96..9ec34ba 100644 --- a/src/Exception/Handler.php +++ b/src/Exception/Handler.php @@ -91,7 +91,7 @@ public function report(Throwable $throwable) */ public function shouldReport(Throwable $e) { - return true; + return $this->parentHandler->shouldReport($e); } /**