Skip to content

Commit

Permalink
Merge pull request #1127: rename context scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralbot committed Sep 2, 2024
1 parent d89522b commit 718499a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoreHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public function handle(Request $request): Response
*/
$result = $this->scope->runScope(
new Scope(
name: 'http.request',
name: 'http-request',
bindings: [Request::class => $request, Response::class => $response, $controller => $controller],
),
fn (): mixed => $this->tracer->trace(
Expand Down

0 comments on commit 718499a

Please sign in to comment.