Fix deferred tracing decisions for twp #3802
Merged
Codecov / codecov/project
succeeded
Nov 19, 2024 in 0s
32.13% (-23.72%) compared to 0b264d8
View this Pull Request on Codecov
32.13% (-23.72%) compared to 0b264d8
Details
Codecov Report
Attention: Patch coverage is 72.72727%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 32.13%. Comparing base (
0b264d8
) to head (6a05a01
).
Files with missing lines | Patch % | Lines |
---|---|---|
sentry_sdk/integrations/opentelemetry/sampler.py | 71.42% | 2 Missing |
sentry_sdk/integrations/opentelemetry/scope.py | 66.66% | 1 Missing |
❗ There is a different number of reports uploaded between BASE (0b264d8) and HEAD (6a05a01). Click for more details.
Additional details and impacted files
@@ Coverage Diff @@
## potel-base #3802 +/- ##
===============================================
- Coverage 55.84% 32.13% -23.72%
===============================================
Files 140 140
Lines 14570 14576 +6
Branches 2295 2299 +4
===============================================
- Hits 8137 4684 -3453
- Misses 5788 9467 +3679
+ Partials 645 425 -220
Files with missing lines | Coverage Δ | |
---|---|---|
sentry_sdk/tracing.py | 39.96% <100.00%> (-12.77%) |
⬇️ |
sentry_sdk/integrations/opentelemetry/scope.py | 84.70% <66.66%> (-11.68%) |
⬇️ |
sentry_sdk/integrations/opentelemetry/sampler.py | 53.93% <71.42%> (-24.39%) |
⬇️ |
Loading