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

feat(tracing): Backfill missing sample_rand on PropagationContext #4038

Merged
merged 3 commits into from
Feb 26, 2025

Merge branch 'master' into szokeasaurusrex/sample_rand-2

cc7bc02
Select commit
Loading
Failed to load commit list.
Merged

feat(tracing): Backfill missing sample_rand on PropagationContext #4038

Merge branch 'master' into szokeasaurusrex/sample_rand-2
cc7bc02
Select commit
Loading
Failed to load commit list.
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%) ⬆️

... and 1 file with indirect coverage changes