fix
This commit is contained in:
parent
5286aa2b1d
commit
eb9c65d765
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue