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 0f5cc42 commit 4e074d7Copy full SHA for 4e074d7
src/Bridge/RequestSpanListener.php
@@ -66,7 +66,6 @@ public function onRequest(GetResponseEvent $event)
66
new SymfonyVersionTag()
67
]
68
);
69
-
70
if (HttpKernelInterface::MASTER_REQUEST === $event->getRequestType()) {
71
$source = $request->server->has('REQUEST_TIME_FLOAT') ? 'header' : 'microtime';
72
$value = $request->server->get('REQUEST_TIME_FLOAT', microtime(true));
0 commit comments