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 @@ public function register(): void
|
||||||
{
|
{
|
||||||
$this->reportable(function (Throwable $e) {
|
$this->reportable(function (Throwable $e) {
|
||||||
if (isDev()) {
|
if (isDev()) {
|
||||||
|
ray($e);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$this->settings = InstanceSettings::get();
|
$this->settings = InstanceSettings::get();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue