-
-
Notifications
You must be signed in to change notification settings - Fork 278
Set name of current route as transaction #615
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #615 +/- ##
==========================================
+ Coverage 90.05% 90.21% +0.16%
==========================================
Files 85 92 +7
Lines 2755 3016 +261
==========================================
+ Hits 2481 2721 +240
- Misses 274 295 +21 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
marandaneto
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a comment other than that, LGTM
📜 Description
This change adds the current route as
SentryEvent.transaction.💡 Motivation and Context
https://develop.sentry.dev/sdk/event-payloads/ suggests to use the current route as transaction name.
💚 How did you test it?
Unit tests
📝 Checklist
🔮 Next steps