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 15427f3 commit 89117dbCopy full SHA for 89117db
src/Instrumentation/Laravel/src/Hooks/Illuminate/Contracts/Http/Kernel.php
@@ -91,7 +91,7 @@ protected function hookHandle(): bool
91
}
92
93
if ($response) {
94
- if ($response->getStatusCode() >= 400) {
+ if ($response->getStatusCode() >= 500) {
95
$span->setStatus(StatusCode::STATUS_ERROR);
96
97
$span->setAttribute(TraceAttributes::HTTP_RESPONSE_STATUS_CODE, $response->getStatusCode());
0 commit comments