バグ修正
- AGP 9.1.0へのアップグレード後に
java.lang.IllegalAccessErrorを伴うnewrelicTransformClassesでのクラッシュを修正 - セッションリプレイのtextviewセクションからスローされるNullPointerExceptionを修正
- ハイブリッドアプリケーションでの
onTrimMemory()呼び出しに関する問題を修正
サポートステートメント
少なくとも3か月ごとにエージェントを更新することを推奨します。Androidエージェントサポートに関する具体的なポリシーと日付については、モバイル監視エージェントのEOLポリシーを参照してください。
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.
重要なお知らせ
このリリースは無効であり、使用しないでください。
サポートステートメント
- 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ポリシーを参照してください。
バグ修正
SharedPreferencesにペイロードデータが蓄積することで発生するOutOfMemoryの問題を修正しました。キャッシュされたペイロードはディスクに永続化され、接続状態の悪いデバイスでの無制限な増加を防ぐために上限が設定されるようになりました。
到達可能性チェックのたびにConnectivityManagerに対して繰り返されるBinder IPC呼び出しが原因で発生するANRを解決しました。ネットワーク状態は、登録されたネットワークコールバックを介して非同期で追跡されるようになりました。
サポートステートメント
少なくとも3か月ごとにエージェントを更新することを推奨します。Androidエージェントサポートに関する具体的なポリシーと日付については、モバイル監視エージェントのEOLポリシーを参照してください。
お知らせ
Android向けセッションリプレイは、プレビューから一般提供に移行しました。セッションの忠実な視覚的再現により、ユーザーのモバイルエクスペリエンスを完全に可視化できます。セッションリプレイの詳細をご覧ください。
新機能
- セッションリプレイ中に特定のビューがキャプチャされるのをプログラムでブロックする機能を追加し、デフォルトのマスキングルールを超えて、記録される内容をきめ細かく制御できるようになりました。
- エージェントは、4時間の連続使用後に自動的に新しいセッションを作成するようになり、長時間実行されるセッションの追跡が改善されました。
- ログ転送は、サンプリングの決定をセッションリプレイと連携するようになり、リプレイ中のセッションのログが確実にキャプチャされるようになりました。
バグ修正
- アクティブなネットワーク接続がない状態でエージェントがログを転送しようとし、オフラインデバイスで不要なエラーを引き起こす問題を解決しました。
- HttpsURLConnectionからのストリームの読み取りまたはクローズ時に発生する可能性があったRuntimeExceptionを修正しました。
- セッション処理中に発生する可能性があったnullポインタ例外に対処しました。
- 収集サイクルが完了する前にセッションのローテーションが発生し、移行中にデータ損失を引き起こす可能性のあるタイミングの問題を修正しました。
- セッションローテーション中にセッションIDがnullになる可能性があり、データが誤って属性付けされる原因となっていた問題を解決しました。
- セッションリプレイのキャプチャにおける複数のレンダリング精度の問題に対処しました。
- セッションリプレイのキャプチャ中に、ローカルマスキング設定がテキスト要素に正しく適用されない問題を修正しました。
サポートステートメント
少なくとも3か月ごとにエージェントを更新することを推奨します。Androidエージェントサポートに関する具体的なポリシーと日付については、モバイル監視エージェントのEOLポリシーを参照してください。
重要
A bug in this release causes all Session Replay text to appear masked as asterisks, regardless of the masking settings configured in the New Relic dashboard. Upgrade to v7.7.3 to resolve this issue.
Announcements
Session Replay for Android has moved from preview to general availability. Gain full visibility into your users' mobile experience with faithful visual reproductions of their sessions. Learn more about Session Replay.
New features
- Added the ability to programmatically block specific views from being captured during Session Replay, giving fine-grained control over what is recorded beyond the default masking rules.
- The agent now automatically creates a new session after 4 hours of continuous use, improving long-running session tracking.
- Log forwarding now coordinates its sampling decisions with Session Replay, ensuring logs are captured for sessions that are being replayed.
Bug fixes
- Resolved an issue where the agent attempted to forward logs without an active network connection, causing unnecessary errors on offline devices.
- Fixed a RuntimeException that could occur when reading or closing streams from HttpsURLConnection.
- Addressed a null pointer exception that could occur during session handling.
- Fixed a timing issue where session rotation could occur before the harvest cycle completed, potentially causing data loss during the transition.
- Resolved an issue where the session ID could be null during session rotation, causing data to be attributed incorrectly.
- Addressed several rendering accuracy issues in Session Replay captures.
- Fixed an issue where local masking configuration was not correctly applied to text elements during Session Replay capture.
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.