Skip to content

Commit

Permalink
chore: add more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang-nr committed Mar 4, 2024
1 parent 14ee0e2 commit 8639927
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ downloadLink: 'https://download.newrelic.com/android_agent/ant/NewRelic_Android_

* Added the ability to persist events when application is force killed.
* Added the ability to store harvest data that previously would be lost if the application doesn't have internet connection. These harvest are then sent after an internet connection is established and the next harvest successfully uploads. This feature is disabled by default, see more details [here](/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/configure-settings/#android-offline-storage) to enable it.
* Added `setMaxOfflineStorageSize` API to set the maximum amount of data that can be stored locally.
* Added support for real engine platform
* Added support for Android dynamic feature
* Added [`setMaxOfflineStorageSize`](/docs/mobile-monitoring/new-relic-mobile/mobile-sdk/set-max-offline-storage/#android) API to set the maximum amount of data that can be stored locally.
* Added support for Unreal platform.
* Added support for Android dynamic features.

## Fix

* Fixed an issue that target activity is not captured during app launch time
* Fixed an issue that target activity is not captured when calculating app launch time from the start to a target activity rather than the default main activity.


## Support statement
Expand Down

0 comments on commit 8639927

Please sign in to comment.