Skip to content

Releases: Smartesting/gravity-data-collector

8.1.2

09 Dec 10:38
Compare
Choose a tag to compare

Fixed

  • fix logging in "debug" mode

8.1.1

08 Nov 16:01
Compare
Choose a tag to compare

8.1.1

Fixed

  • catch potential errors due to the "unique" method from the "unique-selector" library

8.1.0

28 Oct 16:07
Compare
Choose a tag to compare

Added

  • use collectorApiUrl property in /settings response to make tracking requests

8.0.2

21 Oct 08:54
Compare
Choose a tag to compare

8.0.2

Changed

  • GravityRecordingSettingsError enumeration
  • AddSessionUserActionsError enumeration

8.0.1

18 Sep 09:21
Compare
Choose a tag to compare

8.0.1

Info

  • update documentation about selectors

8.0.0

06 Aug 07:45
Compare
Choose a tag to compare

Removed

  • DOM snapshot recording has been totally removed,
  • and option inlineResources has been removed consequently

7.0.2

28 Jun 16:57
Compare
Choose a tag to compare

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 or rr-block classnames

7.0.1

18 Jun 09:46
Compare
Choose a tag to compare

Fixed

  • catch 'querySelector' exception in findLabelForElement (not so relevant)

7.0.0

17 Jun 14:11
Compare
Choose a tag to compare

Info

  • new anonymization consideration: all texts/images are systematically anonymized. Exceptions are set via Gravity through the parameter allowList (see type AnonymizationSettings)
  • 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

6.1.3

04 Jun 10:48
Compare
Choose a tag to compare

6.1.3

Fixed

  • revert sending snapshot when recording is initialized: this was causing a problem when running Cypress tests