Skip to content

Releases: fullstorydev/fullstory-data-layer-observer

v4.1.3

26 Aug 18:09

Choose a tag to compare

  • Adds support for domSource selector to read JSON from the DOM.

v4.1.2

31 Jul 14:26
4de711b

Choose a tag to compare

  • Adds support for maxDepth option to the convert operator.

v4.1.1

21 May 14:30
679aeee

Choose a tag to compare

  • Adds support for FS.dataLayer object on the Fullstory Browser API

v4.1.0

30 Jan 15:41
f98ff68

Choose a tag to compare

  • Updates to use version 2 of the FS Browser API
  • No longer adds type suffixes to properties

v4.0.2

08 Nov 17:24
cd7ad63

Choose a tag to compare

4.0.2

  • Adds an endsWith operator for properties.

v4.0.1

18 Apr 20:30
a2141ae

Choose a tag to compare

4.0.1

  • Fixes an issue where the new parse operator was not properly registered to be available for use.

v4.0.0

17 Apr 15:31
d1cea81

Choose a tag to compare

4.0.0

  • Adds an ignoreSuffixed option to the convert operator which excludes properties with known type suffixes when specifying enumerate: true. This option defaults to true.
  • Adds a parse operator which can parse out key/value pairs or an array from a string based on given delimiters.

v3.0.0

19 Jul 22:27
8639e90

Choose a tag to compare

3.0.0

  • Adds an ignore option to the convert operator which excludes properties from conversion when specifying enumerate: true.
  • null object values are now treated as empty objects which halt data handler pipeline processing and which are not processed by selectors. Fixes an issue with Google data layers where legitimate null events would cause errors to be logged.
  • Removes the record log level.
  • Removes the previously deprecated rule count telemetry type.

v2.1.1

16 May 16:31
d0e56da

Choose a tag to compare

2.1.1

  • Prevent the telemetry provider from sending a Rule Registration metric if there are no rules registered.
  • Prevent the DefaultTelemetryProvider from exporting or sending negative or non number spans.

v2.1.0

18 Apr 19:13
c735228

Choose a tag to compare

2.1.0

  • Adds rule count attribute to rule registration span telemetry. Deprecates dedicated rule count telemetry type for removal in a future release.