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

Send source bundle IDs to Sentry to enable source context #2663

Merged
merged 11 commits into from
May 15, 2023

Remove unused method

84a5206
Select commit
Failed to load commit list.
Merged

Send source bundle IDs to Sentry to enable source context #2663

Remove unused method
84a5206
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded May 15, 2023 in 0s

81.11% (+0.03%) compared to 5a573d4

View this Pull Request on Codecov

81.11% (+0.03%) compared to 5a573d4

Details

Codecov Report

Patch coverage: 93.75% and project coverage change: +0.03 🎉

Comparison is base (5a573d4) 81.07% compared to head (84a5206) 81.11%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2663      +/-   ##
============================================
+ Coverage     81.07%   81.11%   +0.03%     
- Complexity     4432     4445      +13     
============================================
  Files           345      345              
  Lines         16358    16387      +29     
  Branches       2219     2226       +7     
============================================
+ Hits          13263    13293      +30     
+ Misses         2167     2166       -1     
  Partials        928      928              
Impacted Files Coverage Δ
...y/src/main/java/io/sentry/protocol/DebugImage.java 89.13% <ø> (+1.08%) ⬆️
sentry/src/main/java/io/sentry/SentryOptions.java 80.58% <80.00%> (-0.02%) ⬇️
...entry/src/main/java/io/sentry/ExternalOptions.java 98.00% <100.00%> (+0.09%) ⬆️
...ry/src/main/java/io/sentry/MainEventProcessor.java 87.33% <100.00%> (+2.01%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.