Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentry.AspNetCore fix transaction name when path base is used and route starts with a slash #2265

Merged
merged 3 commits into from
Mar 29, 2023

Conversation

SeanFeldman
Copy link
Contributor

When a path base is used (/api) and a route start with a slash (/healthz) generate correct transaction name [HTTP VERB] api/healthz

Fixes #2256

@SeanFeldman SeanFeldman enabled auto-merge (squash) March 29, 2023 04:17
@SeanFeldman SeanFeldman merged commit b34752a into main Mar 29, 2023
@SeanFeldman SeanFeldman deleted the 2256-pathbase-healthz branch March 29, 2023 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sentry.AspNetCore contains an extra slash in transaction name for /healthz when a base path is used
2 participants