Releases: Smartesting/gravity-data-collector
Releases · Smartesting/gravity-data-collector
8.1.2
8.1.1
8.1.0
8.0.2
8.0.1
8.0.0
Removed
- DOM snapshot recording has been totally removed,
- and option
inlineResources
has been removed consequently
7.0.2
Info
- add logger in collector options
- add
stop
function to stop recording - don't record userActions on elements having (or having parent having)
rr-ignore
orrr-block
classnames
7.0.1
Fixed
- catch 'querySelector' exception in findLabelForElement (not so relevant)
7.0.0
Info
- new anonymization consideration: all texts/images are systematically anonymized. Exceptions are set via Gravity through the parameter
allowList
(see typeAnonymizationSettings
) - use @smartesting/rrweb-XXX packages
- pass window from collectorOptions to video recorder
Added
- option
allowList
to control anonymization exceptions (set via Gravity client)
Removed
- options
videoAnonymization
,snapshotAnonymization
,anonymizeSelectors
&ignoreSelectors
removed