Skip to content

Commit a4b8d1f

Browse files
committed
Fix link
1 parent fb4e7c7 commit a4b8d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DataCollector/RequestCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function getWidgets()
8181
"tooltip" => [
8282
'status' => $this->response->getStatusCode()
8383
],
84-
"map" => "request.path",
84+
"map" => "request.uri",
8585
"link" => "request",
8686
"default" => ""
8787
];

0 commit comments

Comments
 (0)