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 32bf2d7 commit 8d88d02Copy full SHA for 8d88d02
src/RollbarServiceProvider.php
@@ -53,7 +53,7 @@ public function boot()
53
return;
54
}
55
56
- if (!$result || !$result->getStatus()) {
+ if (!$result || $result->getStatus() >= 400) {
57
\Log::error(
58
'Unable to send messages to Rollbar API. Produced response: ' .
59
print_r($result, true)
0 commit comments