Bug fixes
Fixed a performance issue where Session Replay image compression ran on the main thread. It now runs asynchronously, reducing overhead during capture.
Addressed rendering accuracy issues in Session Replay by emitting incremental view additions in their natural view order.
Fixed an issue where stale offline payloads could be sent by enforcing a time-to-live (TTL) that discards data queued too long.
Resolved an issue where session attributes could be lost during the shutdown harvest.
Fixed an issue where buffered events were dropped during app shutdown, ensuring they are now sent in the final harvest to prevent data loss.
Fixed a timing issue during device rotation where session continuity could be lost during the transition.
Made HTTP header handling thread-safe, resolving errors that could occur under concurrent access.
Fixed an issue where app start-up metrics could be miscalculated when a start-up timestamp was not set.
Resolved an issue where the agent attempts to report crashes without an active network connection, causing unnecessary errors on offline devices.
Fixed a native (NDK) crash that could occur during shutdown due to an ABI mismatch in
stop().Fixed ProGuard map upload for builds that produce a DexGuard APK directly.
Improved Gradle configuration-cache compatibility during map upload.
Relocated the bundled
commons-iodependency in the Gradle plugin to prevent conflicts with host applications.
Support statement
We recommend updating the agent at least every three months. Find specific policies and dates for Android agent support in the Mobile Monitoring Agents EOL Policy.
Fix
- Fix an issue to prevent ANRMonitor from blocking the main thread on its own lock
- Fix a crash that is happening in android ndk agent v1.1.4
Support statement
- The Android NDK agent version 1.1.5 and above requires Android agent 7.7.6 and higher.
- The Android NDK agent version 1.1.1 and above requires Android agent 7.5.1 and higher.
- The Android NDK agent version 1.1.0 and above requires Android agent 7.5.0 and higher.
- The Android NDK agent version 1.0.3 and above requires Android agent 6.11.0 and higher.
- Versions 1.0.0 - 1.0.2 are compatible with Android agent 6.10.0 and lower.
We recommend you to upgrade the agent regularly, at least every 3 months.
修理
- ANRMonitorが自身のロックでメインスレッドをブロックしないように問題を修正
- android ndkエージェント v1.1.4で発生しているクラッシュを修正
サポートステートメント
- Android NDKエージェント バージョン1.1.5以降は、Androidエージェント7.7.6以降が必要です。
- Android NDK エージェント バージョン 1.1.1 以上には、Android エージェント 7.5.1 以上が必要です。
- Android NDK エージェント バージョン 1.1.0以上のバージョンでは、Android エージェント 7.5.0 以上が必要です。
- Android NDK エージェント バージョン 1.0.3 以上には、Android エージェント 6.11.0 以上が必要です。
- バージョン 1.0.0 - 1.0.2 は、Android エージェント 6.10.0 以下と互換性があります。
エージェントは定期的に(少なくとも 3 か月ごとに)アップグレードすることをお勧めします。
Important notice
This release is invalid and should not be used.
Support statement
- The Android NDK agent version 1.1.1 and above requires Android agent 7.5.1 and higher.
- The Android NDK agent version 1.1.0 and above requires Android agent 7.5.0 and higher.
- The Android NDK agent version 1.0.3 and above requires Android agent 6.11.0 and higher.
- Versions 1.0.0 - 1.0.2 are compatible with Android agent 6.10.0 and lower.
We recommend you to upgrade the agent regularly, at least every 3 months.
バグ修正
- AGP 9.1.0へのアップグレード後に
java.lang.IllegalAccessErrorを伴うnewrelicTransformClassesでのクラッシュを修正 - セッションリプレイのtextviewセクションからスローされるNullPointerExceptionを修正
- ハイブリッドアプリケーションでの
onTrimMemory()呼び出しに関する問題を修正
サポートステートメント
少なくとも3か月ごとにエージェントを更新することを推奨します。Androidエージェントサポートに関する具体的なポリシーと日付については、モバイル監視エージェントのEOLポリシーを参照してください。
重要なお知らせ
このリリースは無効であり、使用しないでください。
サポートステートメント
- Android NDK エージェント バージョン 1.1.1 以上には、Android エージェント 7.5.1 以上が必要です。
- Android NDK エージェント バージョン 1.1.0以上のバージョンでは、Android エージェント 7.5.0 以上が必要です。
- Android NDK エージェント バージョン 1.0.3 以上には、Android エージェント 6.11.0 以上が必要です。
- バージョン 1.0.0 - 1.0.2 は、Android エージェント 6.10.0 以下と互換性があります。
エージェントは定期的に(少なくとも 3 か月ごとに)アップグレードすることをお勧めします。
バグ修正
- 初回リリース時にuserIdを初期化する際の問題を修正
- React Nativeビューのz-indexをキャプチャするようにモバイルセッションリプレイの問題を修正
サポートステートメント
少なくとも3か月ごとにエージェントを更新することを推奨します。Androidエージェントサポートに関する具体的なポリシーと日付については、モバイル監視エージェントのEOLポリシーを参照してください。
Bug fixes
Fixed an OutOfMemory issue caused by payload data accumulating in SharedPreferences. Cached payloads are now persisted to disk and capped to prevent unbounded growth on devices with poor connectivity.
Resolved an ANR caused by repeated Binder IPC calls to ConnectivityManager on every reachability check. Network state is now tracked asynchronously via a registered network callback.
Support statement
We recommend updating the agent at least every three months. Find specific policies and dates for Android agent support in the Mobile Monitoring Agents EOL Policy.