You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reitit also has an option to disable injecting the match (for performance reasons), so it should be made possible to manually inject the route template somehow and tell sleepydog where to look
Want:
To improve observability, I would like to output span's http.route information as metadata.
example:
When this request is received, I want this span to be granted.
request:
/api/users/123456
span:
/api/users/:id
The text was updated successfully, but these errors were encountered: