-
Notifications
You must be signed in to change notification settings - Fork 399
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
feat: added segment tree to transaction trace #2710
Conversation
… and enterTransaction to make context propagation more clear (#2646)
aaeab88
to
cd3f053
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2710 +/- ##
=======================================
Coverage 97.31% 97.32%
=======================================
Files 294 295 +1
Lines 46324 46412 +88
=======================================
+ Hits 45082 45170 +88
Misses 1242 1242
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Looks good. No blockers from me.
582f09e
to
a4503a3
Compare
this is becoming a mess rebasing. I'm just going to cherry pick the commits to a new branch from next |
Description
Adds a new data structure to the trace that stores all segments in a tree.
Related Issues
Closes #2696