fix
This commit is contained in:
parent
5286aa2b1d
commit
eb9c65d765
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user