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

impr: Capture transactions on a bg thread #3892

Merged
merged 5 commits into from
Apr 29, 2024

fix changelog

e71323a
Select commit
Loading
Failed to load commit list.
Merged

impr: Capture transactions on a bg thread #3892

fix changelog
e71323a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 29, 2024 in 1s

90.652% (+0.033%) compared to c8dbe73

View this Pull Request on Codecov

90.652% (+0.033%) compared to c8dbe73

Details

Codecov Report

Attention: Patch coverage is 96.77419% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 90.652%. Comparing base (c8dbe73) to head (e71323a).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##              main     #3892       +/-   ##
=============================================
+ Coverage   90.619%   90.652%   +0.033%     
=============================================
  Files          582       582               
  Lines        45467     45479       +12     
  Branches     16189     16203       +14     
=============================================
+ Hits         41202     41228       +26     
+ Misses        4195      4181       -14     
  Partials        70        70               
Files Coverage Δ
Sources/Sentry/SentryHub.m 98.554% <100.000%> (+0.021%) ⬆️
...tegrations/Session/SentrySessionTrackerTests.swift 98.347% <100.000%> (ø)
...s/SentryWatchdogTerminationsIntegrationTests.swift 96.969% <100.000%> (ø)
...tions/SentryWatchdogTerminationsTrackerTests.swift 98.689% <100.000%> (ø)
Tests/SentryTests/SentryHubTests.swift 98.850% <100.000%> (+0.010%) ⬆️
...ts/SentryTests/SentrySDKIntegrationTestsBase.swift 43.076% <100.000%> (ø)
Tests/SentryTests/SentrySDKTests.swift 95.010% <100.000%> (ø)
Tests/SentryTests/State/TestHub.swift 60.869% <100.000%> (ø)
...ests/SentryTests/Transaction/SentrySpanTests.swift 100.000% <100.000%> (ø)
...grations/Session/SentrySessionGeneratorTests.swift 0.000% <0.000%> (ø)

... and 7 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 c8dbe73...e71323a. Read the comment docs.