Skip to content

Commit

Permalink
Fix http route on 4.8 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Jan 8, 2024
1 parent a523ae7 commit e46f15d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"_dd.p.dm": "-0",
"component": "wordpress",
"http.method": "GET",
"http.route": "([^/]+)(?:/([0-9]+))?/?$",
"http.route": "(.?.+?)(?:/([0-9]+))?/?$",
"http.status_code": "200",
"http.url": "http://localhost:9999/simple_view?key=value&<redacted>",
"runtime-id": "dccda1ae-615d-4300-bae1-1ba83e60ac15",
Expand Down

0 comments on commit e46f15d

Please sign in to comment.