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

[NR-276058] Modify when to clear supportability metrics #253

Closed ywang-nr closed 1 month ago

ywang-nr commented 2 months ago

Ticket: https://new-relic.atlassian.net/browse/NR-276058

What's changed:

  1. Move clear action of the supportability metrics from onHarvest to onHarvestComplete
codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 57.15%. Comparing base (9bc2958) to head (e3a0746).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #253 +/- ## ========================================== Coverage 57.15% 57.15% - Complexity 3344 3345 +1 ========================================== Files 325 325 Lines 16606 16607 +1 Branches 1817 1817 ========================================== + Hits 9491 9492 +1 Misses 6107 6107 Partials 1008 1008 ```

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

ywang-nr commented 1 month ago

Failed on codecov action, everything else is good.