Skip to content

Release Notes


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 environments

0.2.5 (2025/10/31)

  • GC-JSPlugin
    • Added the 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 the js files supporting automatic RUM data collection 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 an issue on iOS where parameters RUM enableNativeUserAction, enableNativeUserView, enableNativeUserResource, Log enableLinkRumData, enableCustomLog, and Trace enableAutoTrace did not take effect when set to false

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, allowing sampling of RUM data from 1 minute prior when an error occurs but was not initially sampled
  • Added a 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, and Android ft-sdk 1.6.10, 1.6.11

0.2.1 (2025/03/18)

  • Android: Fixed incorrect startup time rule when offlinePackage was false
  • Android: Fixed a crash issue in pure uniapp projects when compressIntakeRequests was enabled
  • GCUniPlugin-MobileAgent enableDataIntegerCompatible is 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
  • Supports direct transmission via Open Dataway
  • Supports hybrid development of uni mini-programs and native Apps
  • GCUniPlugin-MobileAgent
    • Supports managing data synchronization timing via autoSync = false and flushSyncData(), defaults to automatic synchronization
    • Supports setting data synchronization page size and interval time via syncPageSize, syncSleepTime
    • Supports configuring deflate compression for synchronized data via compressIntakeRequests
    • Supports enabling data synchronization cache limits via enableLimitWithDbSize = true, dbCacheLimit, and supports setting data discard strategies after cache exceeds the limit via dbDiscardStrategy. After setting, 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, with monitoring threshold set via nativeFreezeDurationMs
    • Supports limiting the upper limit of RUM data cache entries via rumCacheLimitCount, rumDiscardStrategy, default 100_000
  • GCUniPlugin-Logger
    • Supports limiting the upper limit of RUM data cache entries via logCacheLimitCount, default 5000

More Logs

Feedback

Is this page helpful? ×