mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
Add debugging statement to report exceptions in
development environment
This commit is contained in:
parent
776b1cb68d
commit
c4d9deabef
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ class Handler extends ExceptionHandler
|
|||
{
|
||||
$this->reportable(function (Throwable $e) {
|
||||
if (isDev()) {
|
||||
ray($e);
|
||||
return;
|
||||
}
|
||||
$this->settings = InstanceSettings::get();
|
||||
|
|
|
|||
Loading…
Reference in a new issue