Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

buffered writers - otimizations #311

Merged
merged 2 commits into from
Mar 21, 2020
Merged

buffered writers - otimizations #311

merged 2 commits into from
Mar 21, 2020

Conversation

marandaneto
Copy link
Contributor

No description provided.

@codecov-io
Copy link

codecov-io commented Mar 21, 2020

Codecov Report

Merging #311 into feat/session will increase coverage by 0.01%.
The diff coverage is 64.28%.

Impacted file tree graph

@@                Coverage Diff                 @@
##             feat/session     #311      +/-   ##
==================================================
+ Coverage           54.90%   54.91%   +0.01%     
  Complexity            717      717              
==================================================
  Files                  82       82              
  Lines                3519     3527       +8     
  Branches              332      332              
==================================================
+ Hits                 1932     1937       +5     
- Misses               1454     1456       +2     
- Partials              133      134       +1     
Impacted Files Coverage Δ Complexity Δ
...in/java/io/sentry/core/SynchronizedCollection.java 35.29% <ø> (ø) 8.00 <0.00> (ø)
...rc/main/java/io/sentry/core/SynchronizedQueue.java 18.18% <ø> (ø) 3.00 <0.00> (ø)
...c/main/java/io/sentry/core/cache/SessionCache.java 5.36% <0.00%> (ø) 2.00 <0.00> (ø)
...java/io/sentry/core/transport/StdoutTransport.java 50.00% <50.00%> (ø) 3.00 <0.00> (ø)
...re/src/main/java/io/sentry/core/SentryOptions.java 75.64% <75.00%> (-0.36%) 70.00 <1.00> (+1.00) ⬇️
...e/src/main/java/io/sentry/core/EnvelopeReader.java 93.65% <100.00%> (ø) 18.00 <0.00> (ø)
...e/src/main/java/io/sentry/core/EnvelopeSender.java 63.20% <100.00%> (+0.35%) 12.00 <0.00> (ø)
.../src/main/java/io/sentry/core/SendCachedEvent.java 59.32% <100.00%> (ø) 6.00 <0.00> (ø)
...c/main/java/io/sentry/core/SentryEnvelopeItem.java 90.62% <100.00%> (ø) 9.00 <1.00> (ø)
...ntry/core/UncaughtExceptionHandlerIntegration.java 76.56% <100.00%> (+0.37%) 9.00 <0.00> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5f22c54...57a2014. Read the comment docs.

@marandaneto marandaneto marked this pull request as ready for review March 21, 2020 12:03
@marandaneto marandaneto merged commit 145d1cb into feat/session Mar 21, 2020
@marandaneto marandaneto deleted the fix/otimizations branch March 21, 2020 12:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants