feat: Add OpenTelemetry Support
feat: Add OpenTelemetry Support feat: Add Support for Tracing Propagation Headers
Codecov Report
Attention: Patch coverage is 74.82993% with 111 lines in your changes missing coverage. Please review.
Project coverage is 76.89%. Comparing base (
8ddc6d0) to head (331caad). Report is 1 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #198 +/- ##
============================================
- Coverage 77.71% 76.89% -0.83%
- Complexity 349 381 +32
============================================
Files 50 56 +6
Lines 1149 1277 +128
Branches 46 51 +5
============================================
+ Hits 893 982 +89
- Misses 226 264 +38
- Partials 30 31 +1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
It's a bit unclear from you description whether this is a breaking change or not? I guess we don't want any breaking changes but add opentelemetry support? Is that what you mean by this?
It's a bit unclear from you description whether this is a breaking change or not? I guess we don't want any breaking changes but add opentelemetry support? Is that what you mean by this?
@dennisgranath It's not breaking change anymore since I have added the duplicated classes at their previous position and marked them as deprecated. I'll verify tomorrow if this is still going to cause some issues. Updating the description accordingly.
Update: Confirmed that it's not a breaking change.