Skip to content

Version 3.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 08:36
· 25 commits to master since this release

3.24.0 (2024-06-25)

This release brings an improvement for single-page-apps that makes it possible to change when the page view ID is generated. It makes it possible to have the page view ID update whenever the URL changes, which enables all events tracked on that page URL to share the same page view ID regardless of the order they are tracked in.

Enhancements

  • Add an option to generate the page view ID according to changes in the page URL to account for events tracked before page views in SPAs (#1307)

Bug fixes

  • Handle Infinity and NaN durations in Html Media Tracking (#1319)
  • Fix custom document title override using setDocumentTitle (#1317) thanks to @marcin-j
  • Export MediaEventType from media plugin (#1315)
  • Fix inconsistent page view IDs when multiple trackers are used on the same page (#1125)

Under the hood

  • Fix running integration tests due to a problem with Micro (#1310)