diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index b6839a915..761267dd4 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -47,7 +47,7 @@ class Handler extends ExceptionHandler { $this->reportable(function (Throwable $e) { $this->settings = InstanceSettings::get(); - if ($this->settings->do_no_track) { + if ($this->settings->do_not_track) { return; } Integration::captureUnhandledException($e);