This commit is contained in:
Andras Bacsai 2023-06-08 08:26:22 +02:00
parent 5286aa2b1d
commit eb9c65d765

View File

@ -47,7 +47,7 @@ public function register(): void
{
$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);