newrelic / newrelic-android-agent

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

[NR-215814] v7.2.1 Android Release #170

Closed ywang-nr closed 7 months ago

ywang-nr commented 8 months ago

Ticket here

What's changed:

  1. Upgrade AGP version from 8.2 to 8.4
  2. Change DEFAULT_MAX_EVENT_BUFFER_SIZE to 1000 as the default value

Testing:

  1. Android Studio: JellyFish preview
  2. Gradle: 7.6-RC AGP: 8.4.0-alpha04
  3. Tested with build and data sent to NR1 all good
codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (1f3be5c) 53.40% compared to head (c0cf164) 53.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #170 +/- ## ============================================ - Coverage 53.40% 53.39% -0.01% + Complexity 2887 2886 -1 ============================================ Files 304 304 Lines 15172 15172 Branches 1634 1634 ============================================ - Hits 8102 8101 -1 Misses 6234 6234 - Partials 836 837 +1 ```

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

ywang-nr commented 8 months ago

GHA failed due to code coverage, everything else is fine.