Skip to content

Commit

Permalink
Added glitchtip
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Jan 7, 2025
1 parent 1be1743 commit 79b7fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function register(): void {
});
}

public function shouldReport(Throwable $e) {
public function shouldReport(Throwable $e): bool {
if (App::environment('local')) {
return false;
}
Expand Down

0 comments on commit 79b7fd4

Please sign in to comment.