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

Tracing without Performance #2788

Merged
merged 30 commits into from
Jun 30, 2023

Apply suggestions from code review

a360064
Select commit
Failed to load commit list.
Merged

Tracing without Performance #2788

Apply suggestions from code review
a360064
Select commit
Failed to load commit list.
Codecov / codecov/project succeeded Jun 30, 2023 in 0s

81.25% (+0.10%) compared to dc67004

View this Pull Request on Codecov

81.25% (+0.10%) compared to dc67004

Details

Codecov Report

Patch coverage: 77.75% and project coverage change: +0.10 🎉

Comparison is base (dc67004) 81.15% compared to head (a360064) 81.25%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2788      +/-   ##
============================================
+ Coverage     81.15%   81.25%   +0.10%     
- Complexity     4501     4560      +59     
============================================
  Files           348      350       +2     
  Lines         16685    16870     +185     
  Branches       2268     2274       +6     
============================================
+ Hits          13540    13708     +168     
- Misses         2198     2219      +21     
+ Partials        947      943       -4     
Impacted Files Coverage Δ
...y/spring/boot/jakarta/SentryAutoConfiguration.java 97.18% <ø> (ø)
...io/sentry/spring/boot/SentryAutoConfiguration.java 97.18% <ø> (ø)
...racing/SentrySpanClientHttpRequestInterceptor.java 0.00% <0.00%> (ø)
...racing/SentrySpanClientHttpRequestInterceptor.java 0.00% <0.00%> (ø)
sentry/src/main/java/io/sentry/HubAdapter.java 95.58% <0.00%> (-4.42%) ⬇️
sentry/src/main/java/io/sentry/IHub.java 92.59% <ø> (ø)
sentry/src/main/java/io/sentry/NoOpHub.java 44.68% <0.00%> (-3.05%) ⬇️
sentry/src/main/java/io/sentry/Sentry.java 82.75% <0.00%> (-1.09%) ⬇️
sentry/src/main/java/io/sentry/Hub.java 75.17% <44.44%> (-1.34%) ⬇️
...ry/src/main/java/io/sentry/PropagationContext.java 74.50% <74.50%> (ø)
... and 15 more

... and 3 files 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.