mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
Add debugging statement to report exceptions in
development environment
This commit is contained in:
@@ -55,6 +55,7 @@ class Handler extends ExceptionHandler
|
||||
{
|
||||
$this->reportable(function (Throwable $e) {
|
||||
if (isDev()) {
|
||||
ray($e);
|
||||
return;
|
||||
}
|
||||
$this->settings = InstanceSettings::get();
|
||||
|
||||
Reference in New Issue
Block a user