Changelog¶
2025/04/23¶
Added remoteConfiguration, which supports remote dynamic modification of data collection configurations.
2025/04/13¶
- Added
shouldMaskNodeconfiguration for customizing the masking effect of session replay nodes. - Added
sessionOnErrorSampleRateconfiguration to achieve error session event collection only. For reference - Added
sessionReplayOnErrorSampleRateconfiguration to collect only error-related Session Replay data. For reference
2022/9/29¶
Initialization parameters added isIntakeUrl configuration, used to determine whether to collect corresponding resource data based on the request resource URL. By default, all are collected.
2022/3/10¶
-
Added
traceTypeconfiguration for link tracing tool types. If not configured, it defaults toddtrace. Currently supports 6 data types:ddtrace,zipkin,skywalking_v3,jaeger,zipkin_single_header,w3c_traceparent. -
Added
allowedTracingOriginsfor the list of all requests allowed to inject Trace collector required headers. These can be request origins or regular expressions. -
The original configuration item
allowedDDTracingOriginsand the new configuration itemallowedTracingOriginsbelong to the same functional configuration. Either one can be chosen. If both are configured, the weight ofallowedTracingOriginsis higher thanallowedDDTracingOrigins.
2021/5/20¶
-
In line with the changes in V2 version Metrics data, DataKit versions after 1.1.7-rc0 need to be upgraded. For more details, refer to DataKit Configuration.
-
SDK upgraded to V2 version, CDN address changed to
https://static.guance.com/browser-sdk/v2/dataflux-rum.js. -
Removed
rum_web_page_performance,rum_web_resource_performance,js_error,pageMetrics data collection, addedview,action,long_task,errorMetrics data collection. -
Added
trackInteractionsduring initialization to enable Action (user behavior data) collection. It is turned off by default.