Skip to content

Release Notes


0.2.5 (2025/10/31)

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

0.2.4 (2025/09/12)

  • GCUniPlugin-MobileAgent
    • Supported adding context via the appendBridgeContext method to distinguish data sources or mark specific scenarios
  • GC-JSPlugin
    • Added GC-JSPlugin plugin, refactored the js file supporting automatic collection of RUM-related data into a plugin form
    • Added GCErrorTracking.js to support automatic collection of error information
  • Adapted 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)

  • Fixed the issue where the parameters RUM enableNativeUserAction, enableNativeUserView, enableNativeUserResource, Log enableLinkRumData, enableCustomLog, Trace enableAutoTrace were assigned false but did not take effect on iOS

0.2.2 (2025/06/25)

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

0.2.1 (2025/03/18)

  • Android fixed the incorrect startup time rule when offlinePackage was set to false
  • Android fixed the crash issue when compressIntakeRequests was enabled in pure uniapp projects
  • GCUniPlugin-MobileAgent enableDataIntegerCompatible enabled by default
  • Adapted 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)

  • Adapted to iOS 1.5.9
  • Android ft-sdk 1.6.7, ft-native:1.1.1, ft-plugin-legacy 1.1.8
  • Supported Open Dataway direct transmission
  • Supported uni mini-program and native App hybrid development
  • GCUniPlugin-MobileAgent
    • Supported self-managing data synchronization timing via autoSync = false, flushSyncData(), defaulting to automatic synchronization
    • Supported setting data synchronization page size and synchronization interval via syncPageSize, syncSleepTime
    • Supported deflate compression configuration for synchronized data via compressIntakeRequests
    • Supported enabling data synchronization cache limit via enableLimitWithDbSize = true, dbCacheLimit, and supported setting data discard strategy after cache exceeds the limit via dbDiscardStrategy. After setting, rumCacheLimitCount and logCacheLimitCount settings will become ineffective
  • GCUniPlugin-RUM
    • Supported enabling Native Crash monitoring via enableTrackNativeCrash
    • Supported enabling Native ANR monitoring via enableTrackNativeAppANR
    • Supported enabling Native Free monitoring via enableTrackNativeFreeze, and setting monitoring threshold range via nativeFreezeDurationMs
    • Supported limiting RUM data cache entry count via rumCacheLimitCount, rumDiscardStrategy, defaulting to 100_000
  • GCUniPlugin-Logger
    • Supported limiting RUM data cache entry count via logCacheLimitCount, defaulting to 5000

More Logs

Feedback

Is this page helpful? ×