All Products
Search
Document Center

Application Real-Time Monitoring Service:SDK release notes

Last Updated:Sep 01, 2026

This document describes the version history of the Real User Monitoring Android SDK.

Version

Release date

Description

v2.3.2

August 19, 2026

  • Added support for OkHttp instrumentation that takes effect before the SDK starts.

v2.3.1

August 7, 2026

  • Fixed known issues.

v2.3.0

July 30, 2026

  • Added support for module-level sampling rates for WebView.

  • Improved Native Crash stack traces.

  • Added support for automatic symbol table upload by the plugin.

v2.2.16

July 20, 2026

  • Added Session Replay capability.

  • Aligned the handling of resource data status codes and success states across clients.

v2.2.15

July 6, 2026

  • Added self-monitoring capability.

v2.2.14

June 17, 2026

  • Added the getLastTraceId API.

v2.2.13

June 16, 2026

  • Compliance Optimization.

  • Added an API to retrieve the active session ID.

v2.2.12

May 15, 2026

  • Fixed known issues.

v2.2.9

April 10, 2026

  • Added support for asynchronous SDK startup.

  • Fixed known issues.

v2.2.8

March 23, 2026

  • Added API compatibility with the Unity SDK.

v2.2.7

March 19, 2026

  • Fixed known issues.

v2.2.6

March 17, 2026

  • Fixed known issues.

v2.2.5

March 2, 2026

  • Fixed known issues.

v2.2.4

February 28, 2026

  • Improved compatibility for Flutter WebView data collection.

v2.2.3

February 26, 2026

  • Added support for module-level sampling rates.

  • Fixed known issues.

v2.2.2

February 3, 2026

  • Added Long Task collection for Flutter.

  • Added performance data collection for Flutter Views.

  • Fixed known issues.

v2.2.1

January 27, 2026

  • Fixed known issues.

v2.2.0

January 26, 2026

  • Added an API to collect resource snapshot information.

  • Fixed known issues.

v2.1.0

January 20, 2026

  • Added support for reporting custom resource events.

  • Added support for configuring a custom traceId.

  • Enriched the timing_data for resource requests.

  • Fixed known issues.

v2.0.7

January 15, 2026

  • Added data collection support for Flutter WebView.

v2.0.6

January 14, 2026

  • Fixed known issues.

v2.0.5

January 8, 2026

  • Fixed known issues.

  • Added support for data collection from Tencent X5 WebView.

  • Added support for configuring a plugin blocklist.

v2.0.4

December 11, 2025

  • Fixed known issues.

v2.0.3

December 9, 2025

  • Added action data collection for Flutter integrations.

v2.0.2

December 5, 2025

  • Enriched data collection for actions such as scroll and fast scroll.

  • Refined the type classification for resource events to include api, image, media, and js.

  • Fixed plugin compatibility issues with AGP 7.1.x.

v2.0.1

November 24, 2025

  • Added Cloud Monitor 2.0 support for Flutter integrations.

v2.0.0

November 20, 2025

  • Fully compatible with Cloud Monitor 2.0, enabling unified end-to-end observability from infrastructure to the application layer.

  • New data engine

    • High performance with low resource consumption, improved data reliability and protocol efficiency, and consistent core logic across clients.

    • Uses a new data transmission protocol that reduces packet size by over 60%, significantly lowering user data consumption.

  • New data reporting pipeline

    • Optimized the server-side data ingestion process, implementing a near "direct-write" solution for data persistence.

    • Reduced intermediate processing to improve the success rate and real-time performance of data writes.

  • New online configuration

    • Optimized online configuration and updates for consistent logic across clients.

  • Improved SDK compatibility by removing all third-party dependencies.

Note

The integration method for version 2.0.0 is not backward-compatible. Follow the latest integration guide to integrate and upgrade the SDK.

v1.0.9

November 4, 2025

  • Improved the start and stop logic for API collection.

  • Fixed a naming conflict issue with .so files.

  • Improved the time calculation logic.

v1.0.8

October 22, 2025

  • Improved the SDK stop process.

  • Fixed several null pointer exceptions and other known issues.

v1.0.7

September 26, 2025

  • Improved data collection for WebView.

  • Fixed an issue where custom event fields were not exposed.

v1.0.6

September 21, 2025

  • Fixed an issue where some custom configurations did not take effect.

  • Improved session update timing.

v1.0.5

September 4, 2025

  • Improved data collection for WebView.

v1.0.4

August 28, 2025

  • Improved support for the Flutter framework.

v1.0.3

August 22, 2025

  • Improved support for the Flutter framework.

v1.0.2

August 21, 2025

  • Improved compatibility with third-party SDKs.

  • Improved data collection for WebView.

v1.0.1

August 7, 2025

  • Added support for AGP 8.0+.

v1.0.0

July 31, 2025

  • Added support for Android 16.

v0.3.8

December 11, 2024

  • Improved AGP plugin compatibility.

v0.3.7

December 5, 2024

  • Fixed an issue that caused errors when loading some WebView pages.

v0.3.6

November 25, 2024

  • Improved compatibility with AGP 8.0+.

  • Fixed an issue with incorrect SDK version information.

  • Fixed stability issues, including array out-of-bounds errors.

v0.3.5

September 19, 2024

  • Added an API for setting and updating global custom attributes.

  • Added an API for updating extended user information.

  • Added support for manual integration.

  • Improved compatibility with BaseRecyclerViewAdapterHelper.

v0.3.3

August 20, 2024

  • Fixed a potential crash during ProtoBuf data collection.

v0.3.2

August 19, 2024

  • Improved the reporting APIs for custom events, exceptions, and logs to support additional invocation methods.

v0.3.0

August 15, 2024

  • Added compatibility with AGP 8.0+.

  • Added reporting for custom events and exceptions.

  • Added application environment settings.

  • Added sampling rate configuration for end-to-end tracing.

v0.2.0

May 10, 2024

  • Fixed known issues.

  • Added support for custom usernames.

v0.1.0

April 26, 2024

  • Added support for Maven integration.