newrelic / newrelic-android-agent

SDK to enable instrumentation of Android mobile apps in New Relic
Apache License 2.0
13 stars 12 forks source link

fix: The handling of event storage in shared preferences is not being… #225

Closed ndesai-newrelic closed 3 months ago

ndesai-newrelic commented 3 months ago

… done correctly, leading to Application Not Responding (ANR) errors and a long delay in saving the events.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 55.85%. Comparing base (961a2d1) to head (5b5f66c).

:exclamation: Current head 5b5f66c differs from pull request most recent head fdd69b3

Please upload reports for the commit fdd69b3 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #225 +/- ## ========================================== Coverage 55.84% 55.85% - Complexity 3207 3208 +1 ========================================== Files 321 321 Lines 16373 16374 +1 Branches 1781 1781 ========================================== + Hits 9143 9145 +2 Misses 6271 6271 + Partials 959 958 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.