Skip to content

Changelog


0.2.6 (2026/01/05)

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

0.2.5 (2025/10/31)

  • GC-JSPlugin
    • Added view_url_query field to RUM Views
    • Added 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 differentiate data sources or mark specific scenarios
  • GC-JSPlugin
    • Added the GC-JSPlugin plugin, refactoring js files supporting automatic RUM data collection into plugin form
    • Added GCErrorTracking.js to support automatic error information collection
  • 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 issue where setting parameters enableNativeUserAction, enableNativeUserView, enableNativeUserResource for RUM, enableLinkRumData, enableCustomLog for Log, and enableAutoTrace for Trace to false was ineffective on iOS

0.2.2 (2025/06/25)

  • GCUniPlugin-MobileAgent
    • Supports data write replacement via dataModifier, 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
  • Added filtering method on iOS to filter internal dcloud requests when RUM Resource auto-collection is enabled, 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: Corrected the startup time rule when offlinePackage is false
  • Android: Fixed crash issue when compressIntakeRequests is 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
  • Supports Open Dataway direct transmission
  • Supports uni mini-program and native App hybrid development
  • GCUniPlugin-MobileAgent
    • Supports managing data synchronization timing via autoSync = false, flushSyncData(). Auto-sync by default
    • Supports setting data synchronization page size and interval via syncPageSize, syncSleepTime
    • Supports configuring deflate compression for synchronized data via compressIntakeRequests
    • Supports enabling data sync cache limit via enableLimitWithDbSize = true, dbCacheLimit, and supports setting data discard strategy after cache exceeds limit via dbDiscardStrategy. After setting, rumCacheLimitCount and logCacheLimitCount settings 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, with monitoring threshold set via nativeFreezeDurationMs
    • Supports limiting RUM data cache entry count via rumCacheLimitCount, rumDiscardStrategy. Default 100_000
  • GCUniPlugin-Logger
    • Supports limiting RUM data cache entry count via logCacheLimitCount. Default 5000

More Logs