-
Notifications
You must be signed in to change notification settings - Fork 544
feat(tracing): Add W3C traceparent support #4249
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
…ator and enhance tests
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #4249 +/- ##
=======================================
Coverage 80.28% 80.29%
=======================================
Files 142 142
Lines 15925 15976 +51
Branches 2724 2739 +15
=======================================
+ Hits 12786 12828 +42
- Misses 2263 2266 +3
- Partials 876 882 +6
|
Hey @hangy, thanks a lot for the work you put into this, but we will not be moving forward with traceparent support in the near future. If we revisit this decision we can revive the PR. |
This adds support for propagating the sentry-trace ID as a W3C TraceSpan header to support #2684, loosely based on getsentry/sentry-php@a31d418
I'm not a Python developer by trade and get confused by whitespace instead of curly braces, so please tread carefully. 😉