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: Fix removing value from context not updating observer context #4960

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Merge branch 'main' into philprime/issue-2588

9a05917
Select commit
Loading
Failed to load commit list.
Open

fix: Fix removing value from context not updating observer context #4960

Merge branch 'main' into philprime/issue-2588
9a05917
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 7, 2025 in 0s

92.395% (-0.101%) compared to 5ce992b

View this Pull Request on Codecov

92.395% (-0.101%) compared to 5ce992b

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.395%. Comparing base (5ce992b) to head (9a05917).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #4960       +/-   ##
=============================================
- Coverage   92.496%   92.395%   -0.101%     
=============================================
  Files          666       666               
  Lines        78924     78971       +47     
  Branches     28576     27725      -851     
=============================================
- Hits         73002     72966       -36     
- Misses        5824      5910       +86     
+ Partials        98        95        -3     
Files with missing lines Coverage Δ
Sources/Sentry/SentryScope.m 96.889% <100.000%> (ø)
Tests/SentryTests/SentryScopeSwiftTests.swift 99.133% <100.000%> (+0.077%) ⬆️
Tests/SentryTests/SentryScopeTests.m 96.739% <ø> (-0.291%) ⬇️

... and 26 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5ce992b...9a05917. Read the comment docs.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.