Skip to content
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

Fix deferred tracing decisions for twp #3802

Merged
merged 1 commit into from
Nov 19, 2024

Fix deferred tracing decisions for twp

6a05a01
Select commit
Loading
Failed to load commit list.
Merged

Fix deferred tracing decisions for twp #3802

Fix deferred tracing decisions for twp
6a05a01
Select commit
Loading
Failed to load commit list.
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.

HEAD has 59 uploads less than BASE
Flag BASE (0b264d8) HEAD (6a05a01)
73 14
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%) ⬇️

... and 67 files with indirect coverage changes