Skip to content

Release Notes


0.2.4 (2025/09/12)

  • GCUniPlugin-MobileAgent
  • Added support for adding context via the appendBridgeContext method to distinguish data sources or mark specific scenarios.
  • GC-JSPlugin
  • Introduced the GC-JSPlugin plugin, which refactors the js file supporting automatic collection of RUM-related data into a plugin format.
  • Added GCErrorTracking.js to support automatic error information collection.
  • Adapted to iOS 1.5.17, 1.5.18, and Android ft-sdk 1.6.12, 1.6.13, 1.6.14.

0.2.3 (2025/07/18)

  • Fixed the issue where the parameters enableNativeUserAction, enableNativeUserView, enableNativeUserResource for RUM, enableLinkRumData, enableCustomLog for Log, and enableAutoTrace for Trace failed to take effect when set to false on iOS.

0.2.2 (2025/06/25)

  • GCUniPlugin-MobileAgent
  • Added support for data write replacement via dataModifier and lineDataModifier, enabling data desensitization.
  • GCUniPlugin-RUM
  • Added support for error sampling via sessionOnErrorSampleRate, allowing sampling of RUM data from 1 minute prior when an error occurs and not sampled by samplerate.
  • Added a filtering method on iOS to filter internal dcloud requests when automatic RUM Resource collection is enabled, reducing redundant data.
  • Adapted to iOS 1.5.15, 1.5.16, and Android ft-sdk 1.6.10, 1.6.11.

0.2.1 (2025/03/18)

  • Fixed the incorrect startup time rule on Android when offlinePackage was set to false.
  • Fixed the crash issue on Android in pure uniapp projects when compressIntakeRequests was enabled.
  • GCUniPlugin-MobileAgent enableDataIntegerCompatible is now enabled by default.
  • Adapted to iOS 1.5.10, 1.5.11, 1.5.12, 1.5.13, 1.5.14, and Android ft-sdk 1.6.8, 1.6.9.

0.2.0 (2025/01/19)

  • Adapted to iOS 1.5.9.
  • Android ft-sdk 1.6.7, ft-native:1.1.1, ft-plugin-legacy 1.1.8.
  • Added support for Open Dataway direct transmission.
  • Added support for hybrid development of uni mini programs and native apps.
  • GCUniPlugin-MobileAgent
    • Added support for managing data synchronization timing via autoSync = false, flushSyncData(), with automatic synchronization enabled by default.
    • Added support for setting data synchronization page size and synchronization interval time via syncPageSize, syncSleepTime.
    • Added support for deflate compression configuration of synchronized data via compressIntakeRequests.
    • Added support for enabling data synchronization cache limits via enableLimitWithDbSize = true, dbCacheLimit, and setting data discard strategies when the cache exceeds the limit via dbDiscardStrategy. After setting, rumCacheLimitCount and logCacheLimitCount settings will become ineffective.
  • GCUniPlugin-RUM
    • Added support for enabling Native Crash monitoring via enableTrackNativeCrash.
    • Added support for enabling Native ANR monitoring via enableTrackNativeAppANR.
    • Added support for enabling Native Free monitoring via enableTrackNativeFreeze, and setting monitoring threshold range via nativeFreezeDurationMs.
    • Added support for limiting the maximum number of RUM data cache entries via rumCacheLimitCount, rumDiscardStrategy, with a default of 100_000.
  • GCUniPlugin-Logger
    • Added support for limiting the maximum number of RUM data cache entries via logCacheLimitCount, with a default of 5000.

More logs

Feedback

Is this page helpful? ×