Skip to content

Commit e38d4ee

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Revert "bug #42831 [Mime] Update mime types (fabpot)" Fix implicit float to int cast [Mime] Update mime types [HttpKernel] Fix timeline in profiler
2 parents ed970f5 + 16caffd commit e38d4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/TimeDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function collect(Request $request, Response $response, \Throwable $except
4545
}
4646

4747
$this->data = [
48-
'token' => $response->headers->get('X-Debug-Token'),
48+
'token' => $request->attributes->get('_stopwatch_token'),
4949
'start_time' => $startTime * 1000,
5050
'events' => [],
5151
'stopwatch_installed' => class_exists(Stopwatch::class, false),

0 commit comments

Comments
 (0)