Skip to content

Release Notes


0.2.6 (2026/01/05)

  • GCUniPlugin-RUM
    • Supports configuring WebView collection rules via enableTraceWebView, allowWebViewHost
  • GC-JSPlugin
    • GCErrorTracking: Adapts error data collection functionality for Vue2 environments

0.2.5 (2025/10/31)

  • GC-JSPlugin
    • Adds the view_url_query field to RUM Views
    • Adds GCViewTracking.js to support automatic RUM View collection via the gcViewTracking.startTracking() method

0.2.4 (2025/09/12)

  • GCUniPlugin-MobileAgent
    • Supports adding context via the appendBridgeContext method to distinguish data sources or mark specific scenarios
  • GC-JSPlugin
    • Adds the GC-JSPlugin plugin, refactoring js files that support automatic RUM data collection into plugin form
    • Adds GCErrorTracking.js to support automatic error information collection
  • Adapts to iOS 1.5.17, 1.5.18, Android ft-sdk 1.6.12, 1.6.13, 1.6.14

0.2.3 (2025/07/18)

  • Fixes the issue where setting parameters enableNativeUserAction, enableNativeUserView, enableNativeUserResource in RUM, enableLinkRumData, enableCustomLog in Log, and enableAutoTrace in Trace to false was ineffective on iOS

0.2.2 (2025/06/25)

  • GCUniPlugin-MobileAgent
    • Supports data write replacement via dataModifier and lineDataModifier, enabling data desensitization
  • GCUniPlugin-RUM
    • Supports error sampling via sessionOnErrorSampleRate. When not sampled by samplerate, it can sample RUM data from 1 minute prior when an error occurs
  • When enabling automatic RUM Resource collection on iOS, adds a filtering method to filter internal dcloud requests, reducing redundant data
  • Adapts to iOS 1.5.15, 1.5.16, Android ft-sdk 1.6.10, 1.6.11

0.2.1 (2025/03/18)

  • Android: Corrects the erroneous startup time rule when offlinePackage is false
  • Android: Fixes the crash issue when enabling compressIntakeRequests in pure uniapp projects
  • GCUniPlugin-MobileAgent enableDataIntegerCompatible is enabled by default
  • Adapts to iOS 1.5.10, 1.5.11, 1.5.12, 1.5.13, 1.5.14, Android ft-sdk 1.6.8, 1.6.9

0.2.0 (2025/01/19)

  • Adapts to iOS 1.5.9
  • Android ft-sdk 1.6.7, ft-native:1.1.1, ft-plugin-legacy 1.1.8
  • Supports Open Dataway direct transmission
  • Supports hybrid development of uni mini-programs and native Apps
  • GCUniPlugin-MobileAgent
    • Supports managing data synchronization timing via autoSync = false and flushSyncData(). Synchronization is automatic by default
    • Supports setting data synchronization page size and sync interval time via syncPageSize and syncSleepTime
    • Supports configuring deflate compression for synchronized data via compressIntakeRequests
    • Supports enabling data synchronization cache limits via enableLimitWithDbSize = true and dbCacheLimit, and supports setting data discard strategies after cache exceeds the limit via dbDiscardStrategy. After setting this, the rumCacheLimitCount and logCacheLimitCount settings will become ineffective
  • GCUniPlugin-RUM
    • Supports enabling Native Crash monitoring via enableTrackNativeCrash
    • Supports enabling Native ANR monitoring via enableTrackNativeAppANR
    • Supports enabling Native Freeze monitoring via enableTrackNativeFreeze, and setting the monitoring threshold range via nativeFreezeDurationMs
    • Supports limiting the upper limit of RUM data cache entries via rumCacheLimitCount and rumDiscardStrategy. Default is 100,000
  • GCUniPlugin-Logger
    • Supports limiting the upper limit of RUM data cache entries via logCacheLimitCount. Default is 5000

More Logs