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: use native sentry-tower / axum integration for setting transaction name #2707

Closed
wants to merge 1 commit into from

Conversation

syphar
Copy link
Member

@syphar syphar commented Jan 3, 2025

coming from this comment I discovered there is a feature that integrates with axum matched-paths.

This will change the transaction name, where previously we only used the matched path, while the native integration uses the HTTP verb + the matched path.

@syphar syphar requested a review from a team as a code owner January 3, 2025 06:02
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Jan 3, 2025
@syphar syphar closed this Jan 3, 2025
@syphar syphar deleted the simple-middleware branch January 3, 2025 06:08
@syphar
Copy link
Member Author

syphar commented Jan 3, 2025

Ah wait.... thinking about it, this would mean every axum upgrade needs to be in sync with the sentry library, not sure if I want that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant