Support for hybrid development of uni Mini Programs and native Apps
GCUniPlugin-MobileAgent
Support for managing data synchronization timing autonomously through autoSync = false and flushSyncData(), with automatic synchronization as the default
Support for setting data synchronization page size and synchronization interval time via syncPageSize and syncSleepTime
Support for configuring deflate compression on synchronized data through compressIntakeRequests
Support for enabling data synchronization cache limits through enableLimitWithDbSize = true and dbCacheLimit,
and support for setting data discard strategies when cache exceeds limits using dbDiscardStrategy. After setting this,
rumCacheLimitCount and logCacheLimitCount settings will become ineffective
GCUniPlugin-RUM
Support for enabling Native Crash monitoring through enableTrackNativeCrash
Support for enabling Native ANR monitoring through enableTrackNativeAppANR
Support for enabling Native Freeze monitoring through enableTrackNativeFreeze and setting the monitoring threshold range via nativeFreezeDurationMs
Support for limiting RUM data cache entries through rumCacheLimitCount and rumDiscardStrategy, with a default limit of 100,000
GCUniPlugin-Logger
Support for limiting RUM data cache entries through logCacheLimitCount, with a default limit of 5000