Releases: Smartesting/gravity-data-collector
Releases · Smartesting/gravity-data-collector
4.0.2
4.0.1
Fixed
- catch exception
Uncaught ReferenceError: process is not defined
in methoddiscoverBuildId
4.0.0
Added
- Add options
anonymizeSelectors
&ignoreSelectors
to precisely control recording of some elements
Changed
- Some events are not replicated anymore when they are triggered multiple times with the same target to avoid spamming:
scroll
wheel
touchmove
resize
Removed
- remove the following deprecated options:
excludeRegex
: useselectorsOptions
insteadcustomSelector
: useselectorsOptions
insteadoriginsToRecord
: userecordRequestsFor
instead
Fixed
- fix exception
Uncaught ReferenceError: process is not defined
in methoddiscoverBuildId
3.17.1
3.17.0
3.16.0
3.16.0
Added
- Anonymization of video recordings controllable from Gravity
- Option to enable/disable video recording anonymization in debug mode
- Track new HTML events:
contextmenu
dblclick
copy
cut
paste
select
dragstart
drop
play
pause
seeked
fullscreenchange
resize
hashchange
focus
blur
submit
reset
mouseenter
mouseleave
scroll
wheel
toggle
touchstart
touchmove
touchend
touchcancel
Changed
data-testid
attribute is now collected by default on targeted user actions
3.15.0
3.15
Added
- add collector option
enableEventRecording
to (de)activate event recording - add collector option
enableVideoRecording
to (de)activate video recording
Deprecated
- Option
disableVideoRecording
replaced byenableVideoRecording
(reversed)
Fixed
- Fix video records loss after session timeout