Changelog¶
2025/04/23¶
Added remoteConfiguration
, which supports remote dynamic modification of data collection configurations.
2025/04/13¶
- Added
shouldMaskNode
configuration for customizing the masking effect of session replay nodes. - Added
sessionOnErrorSampleRate
configuration to achieve error session event collection only. For reference - Added
sessionReplayOnErrorSampleRate
configuration 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
traceType
configuration 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
allowedTracingOrigins
for the list of all requests allowed to inject Trace collector required headers. These can be request origins or regular expressions. -
The original configuration item
allowedDDTracingOrigins
and the new configuration itemallowedTracingOrigins
belong to the same functional configuration. Either one can be chosen. If both are configured, the weight ofallowedTracingOrigins
is 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
,page
Metrics data collection, addedview
,action
,long_task
,error
Metrics data collection. -
Added
trackInteractions
during initialization to enable Action (user behavior data) collection. It is turned off by default.