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 5526599 commit c3ecfb8Copy full SHA for c3ecfb8
src/Instrumentation/Symfony/src/SymfonyInstrumentation.php
@@ -104,7 +104,7 @@ public static function register(): void
104
$span->recordException($exception, [
105
TraceAttributes::EXCEPTION_ESCAPED => true,
106
]);
107
- if(null !== $response && $response->getStatusCode() >= Response::HTTP_INTERNAL_SERVER_ERROR) {
+ if (null !== $response && $response->getStatusCode() >= Response::HTTP_INTERNAL_SERVER_ERROR) {
108
$span->setStatus(StatusCode::STATUS_ERROR, $exception->getMessage());
109
}
110
0 commit comments