-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ref(proj-config): Remove span attributes #64346
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #64346 +/- ##
==========================================
+ Coverage 81.27% 81.30% +0.02%
==========================================
Files 5236 5236
Lines 230475 230309 -166
Branches 45230 45231 +1
==========================================
- Hits 187329 187247 -82
+ Misses 37306 37218 -88
- Partials 5840 5844 +4
|
jjbayer
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.
External Relays still require this field. So if we remove it here, we have to default it to true in internal Relays.
Exclusive time is now computed in non-renormalization, i.e. in Relay and not again in consumers.
| assert actual == dict( | ||
| expected, | ||
| exclusive_time=exclusive_time, | ||
| hash=hash_values([expected["description"]]), | ||
| ) |
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.
Exclusive time is now computed in non-renormalization, i.e. in Relay and not again in consumers.
Removes the unused `spanAttributes` in project configs.
Relay PR: getsentry/relay#3038.
Removes the unused
spanAttributesin project configs.