-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add tracing tags explicitly #769
Conversation
This will now add some common task tags to the Sentry transaction as well. Not sure why, but this used to just work using the global tags, but stopped working at some point (possibly because of an SDK update?)
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #769 +/- ##
==========================================
+ Coverage 98.01% 98.03% +0.01%
==========================================
Files 438 438
Lines 36427 36451 +24
==========================================
+ Hits 35703 35733 +30
+ Misses 724 718 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #769 +/- ##
==========================================
+ Coverage 98.01% 98.03% +0.01%
==========================================
Files 438 438
Lines 36427 36451 +24
==========================================
+ Hits 35703 35733 +30
+ Misses 724 718 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #769 +/- ##
==========================================
+ Coverage 98.01% 98.03% +0.01%
==========================================
Files 438 438
Lines 36427 36451 +24
==========================================
+ Hits 35703 35733 +30
+ Misses 724 718 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #769 +/- ##
==========================================
+ Coverage 98.01% 98.03% +0.01%
==========================================
Files 438 438
Lines 36427 36451 +24
==========================================
+ Hits 35703 35733 +30
+ Misses 724 718 -6
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This will now add some common task tags to the Sentry transaction as well. Not sure why, but this used to just work using the global tags, but stopped working at some point (possibly because of an SDK update?)