Skip to content

fix: prevent race condition when span count approaches the 1000-span …

4a1d0ec
Select commit
Loading
Failed to load commit list.
Open

feat: Automatic trace instrumentation for MAUI #5138

fix: prevent race condition when span count approaches the 1000-span …
4a1d0ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 13, 2026 in 0s

74.12% (+0.06%) compared to 32a55e3

View this Pull Request on Codecov

74.12% (+0.06%) compared to 32a55e3

Details

Codecov Report

❌ Patch coverage is 71.92982% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.12%. Comparing base (32a55e3) to head (4a1d0ec).
⚠️ Report is 25 commits behind head on main.

Files with missing lines Patch % Lines
src/Sentry/TransactionTracer.cs 71.21% 10 Missing and 9 partials ⚠️
src/Sentry.Maui/Internal/MauiEventsBinder.cs 81.94% 4 Missing and 9 partials ⚠️
src/Sentry/Infrastructure/SystemTimer.cs 0.00% 6 Missing ⚠️
src/Sentry/SentrySdk.cs 0.00% 5 Missing and 1 partial ⚠️
src/Sentry/Extensibility/DisabledHub.cs 0.00% 1 Missing ⚠️
src/Sentry/Extensibility/HubAdapter.cs 0.00% 1 Missing ⚠️
src/Sentry/Internal/Hub.cs 0.00% 1 Missing ⚠️
src/Sentry/Internal/NoOpTransaction.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5138      +/-   ##
==========================================
+ Coverage   74.06%   74.12%   +0.06%     
==========================================
  Files         501      509       +8     
  Lines       18113    18430     +317     
  Branches     3521     3624     +103     
==========================================
+ Hits        13415    13661     +246     
- Misses       3838     3885      +47     
- Partials      860      884      +24     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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