feat(tracing): Backfill missing sample_rand
on PropagationContext
#4038
Codecov / codecov/project
succeeded
Feb 26, 2025 in 0s
79.59% (+0.03%) compared to 5d26201
View this Pull Request on Codecov
79.59% (+0.03%) compared to 5d26201
Details
Codecov Report
Attention: Patch coverage is 88.70968%
with 7 lines
in your changes missing coverage. Please review.
Project coverage is 79.59%. Comparing base (
5d26201
) to head (cc7bc02
).
✅ All tests successful. No failed tests found.
Files with missing lines | Patch % | Lines |
---|---|---|
sentry_sdk/tracing_utils.py | 89.36% | 4 Missing and 1 partial |
sentry_sdk/utils.py | 71.42% | 1 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## master #4038 +/- ##
==========================================
+ Coverage 79.55% 79.59% +0.03%
==========================================
Files 140 140
Lines 15523 15581 +58
Branches 2631 2643 +12
==========================================
+ Hits 12349 12401 +52
- Misses 2338 2343 +5
- Partials 836 837 +1
Files with missing lines | Coverage Δ | |
---|---|---|
sentry_sdk/scope.py | 85.57% <100.00%> (+0.03%) |
⬆️ |
sentry_sdk/tracing.py | 77.73% <100.00%> (+0.13%) |
⬆️ |
sentry_sdk/utils.py | 83.99% <71.42%> (-0.11%) |
⬇️ |
sentry_sdk/tracing_utils.py | 85.50% <89.36%> (+0.45%) |
⬆️ |
Loading