Releases: Smartesting/gravity-data-collector
Releases · Smartesting/gravity-data-collector
2.1.11
Added
- Add
GravityCollector.identifySession
method to record custom session data
2.1.10
Changed
- Records all
click
events, even where they are fired by a key or an automated test framework
Fixed
- Sending user actions twice when
maxDelay
is set to 0
2.1.9
Added
- Collect
Enter
and NumpadEnter
key down and press while targeting an input
2.1.8
Changed
- Start a new session when the collector is run in a Cypress test context and the current test name is different from
the previous one.
2.1.7
Changed
- Stop collecting consecutive keydown actions targeting the same element (see #9)
Fixed
- Remove version from the minify script link in README and sample
2.1.6
Fix
- Restore the local link toward local dist-sandbox/bundle.js in sample
2.1.5
Info
- Minified version are not available for previous releases
Added
- A minified version is now deploy with npm package and can be accessed using UNPKG service
2.1.4
Fixed
- Do not set
Origin
header when no source is provided. (see #8)
- Do not access directly
global.document
, leave it to a function dedicated if global
is not defined. (see #7)
2.1.3
Changed
- Add
source: string
optional parameter to sendSessionUserActions
2.1.2
Added
- Export
sendSessionUserActions
in types.ts