We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0bf52 commit 22aef4dCopy full SHA for 22aef4d
src/services/Service.php
@@ -80,7 +80,7 @@ public function metadata(array $metadata = []): Service
80
public function handleException($exception): void
81
{
82
if (!$this->isEnabled()) {
83
- return true;
+ return;
84
}
85
86
$this->bugsnag->notifyException($exception);
0 commit comments