Skip to content

Fix threading issues around idleTimer

7a0395a
Select commit
Loading
Failed to load commit list.
Open

feat: Auto-create traces for MAUI navigation events #5111

Fix threading issues around idleTimer
7a0395a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 9, 2026 in 1s

74.00% (+0.01%) compared to ed4f9a1

View this Pull Request on Codecov

74.00% (+0.01%) compared to ed4f9a1

Details

Codecov Report

❌ Patch coverage is 72.26277% with 38 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.00%. Comparing base (ed4f9a1) to head (7a0395a).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/Sentry/TransactionTracer.cs 73.97% 11 Missing and 8 partials ⚠️
src/Sentry/Infrastructure/SystemTimer.cs 0.00% 6 Missing ⚠️
src/Sentry/SentrySdk.cs 0.00% 5 Missing and 1 partial ⚠️
src/Sentry.Maui/Internal/MauiEventsBinder.cs 92.50% 0 Missing and 3 partials ⚠️
src/Sentry/Extensibility/DisabledHub.cs 0.00% 1 Missing ⚠️
src/Sentry/Extensibility/HubAdapter.cs 0.00% 1 Missing ⚠️
src/Sentry/Internal/Hub.cs 50.00% 1 Missing ⚠️
src/Sentry/Internal/NoOpTransaction.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5111      +/-   ##
==========================================
+ Coverage   73.99%   74.00%   +0.01%     
==========================================
  Files         499      500       +1     
  Lines       18067    18181     +114     
  Branches     3520     3555      +35     
==========================================
+ Hits        13368    13455      +87     
- Misses       3839     3859      +20     
- Partials      860      867       +7     

☔ 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.