Skip to content

Releases: Smartesting/gravity-data-collector

4.0.2

29 Jan 09:07
Compare
Choose a tag to compare

4.0.2

Removed

  • wheel event capture, which could be the cause of slowdowns

4.0.1

23 Jan 13:18
Compare
Choose a tag to compare

Fixed

  • catch exception Uncaught ReferenceError: process is not defined in method discoverBuildId

4.0.0

23 Jan 12:44
Compare
Choose a tag to compare

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: use selectorsOptions instead
    • customSelector: use selectorsOptions instead
    • originsToRecord: use recordRequestsFor instead

Fixed

  • fix exception Uncaught ReferenceError: process is not defined in method discoverBuildId

3.17.1

15 Dec 14:21
Compare
Choose a tag to compare

3.17.1

Fixed

  • The session timeout was reset with each new tab, causing sessions to last several days
  • The session timeout was not reset after new user events

3.17.0

07 Dec 10:11
Compare
Choose a tag to compare

3.17.0

Changed

  • Update UserActionData to embed data about the targeted element.

3.16.0

30 Nov 13:50
Compare
Choose a tag to compare

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

20 Nov 15:12
Compare
Choose a tag to compare

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 by enableVideoRecording (reversed)

Fixed

  • Fix video records loss after session timeout

3.14.0

20 Oct 08:34
Compare
Choose a tag to compare

3.14.0

Added

  • Option to disable video recording of sessions

Changed

  • Request interval option default value is reduced to 1000 (instead of 5000)

Fixed

  • Last events of video recording were not sent to Gravity

3.13.0

16 Oct 13:49
Compare
Choose a tag to compare

3.13.0

Changed

  • Stream screen recordings

3.12.0

12 Oct 09:31
Compare
Choose a tag to compare

3.12.0

Added

  • Add screen recording with rrweb

Changed

  • Centralize API endpoints in the HttpGravityClient.ts file