Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ste93cry committed Jan 5, 2021
1 parent 40c09d5 commit 4714aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EventListener/RequestListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public function handleKernelControllerEvent(RequestListenerControllerEvent $even
}

$this->hub->configureScope(static function (Scope $scope) use ($request): void {
var_dump($request->attributes->get('_route'));
$scope->setTag('route', $request->attributes->get('_route'));
});
}
Expand Down

0 comments on commit 4714aee

Please sign in to comment.