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.
Arreglar
- Corregir un problema para evitar que ANRMonitor bloquee el hilo principal en su propio bloqueo
- Soluciona un bloqueo que ocurre en el agente Android NDK v1.1.4
Declaración de apoyo
- El agente Android NDK versión 1.1.5 y superior requiere el agente de Android 7.7.6 y superior.
- La versión 1.1.1 y superiores del agente NDK de Android requieren el agente Android 7.5.1 y superiores.
- La versión 1.1.0 del agente NDK de Android y superiores requieren el agente Android 7.5.0 y superior.
- La versión 1.0.3 y superiores del agente NDK de Android requieren el agente Android 6.11.0 y superiores.
- Las versiones 1.0.0 - 1.0.2 son compatibles con el agente Android 6.10.0 y versiones anteriores.
Le recomendamos que actualice el agente periódicamente, al menos cada 3 meses.
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.
Corrección de errores
- Solucionar un bloqueo en
newrelicTransformClassescon unjava.lang.IllegalAccessErrordespués de actualizar a AGP 9.1.0 - Corregir una NullPointerException lanzada desde la sección de textview de Session Replay
- Solucionar un problema con la llamada
onTrimMemory()en la aplicación híbrida
Declaración de apoyo
Recomendamos actualizar el agente al menos cada tres meses. Encuentre las políticas y fechas específicas de soporte del agente de Android en la Política de EOL de agentes de monitoreo de móviles.
Aviso importante
Esta versión es inválida y no debe usarse.
Declaración de apoyo
- La versión 1.1.1 y superiores del agente NDK de Android requieren el agente Android 7.5.1 y superiores.
- La versión 1.1.0 del agente NDK de Android y superiores requieren el agente Android 7.5.0 y superior.
- La versión 1.0.3 y superiores del agente NDK de Android requieren el agente Android 6.11.0 y superiores.
- Las versiones 1.0.0 - 1.0.2 son compatibles con el agente Android 6.10.0 y versiones anteriores.
Le recomendamos que actualice el agente periódicamente, al menos cada 3 meses.
Corrección de errores
- Solucionar un problema al inicializar userId en el primer lanzamiento
- Corrige un problema en Session Replay móvil para capturar el z-index de las vistas de React Native
Declaración de apoyo
Recomendamos actualizar el agente al menos cada tres meses. Encuentre las políticas y fechas específicas de soporte del agente de Android en la Política de EOL de agentes de monitoreo de móviles.
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.