diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 1ac36da85..b4f63661c 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -55,6 +55,7 @@ class Handler extends ExceptionHandler { $this->reportable(function (Throwable $e) { if (isDev()) { + ray($e); return; } $this->settings = InstanceSettings::get();