Skip to content

Version 4.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Nov 15:52
· 36 commits to master since this release

4.0.2 (2024-11-11)

This release fixes a bug that caused the postPath configuration option to be ignored when making requests to the collector. It also fixes a bug in the media tracking plugin which didn't add the configured label to media events.

In the tag-based JavaScript tracker, we added a new contexts.performanceNavigationTiming option to enable/disable the performance navigation timing context entity. Since the option was previously missing, the context was added to all events. Now the context is disabled by default.

Bug fixes

  • Fix ignored label property in the startHtml5MediaTracking call (#1378)
  • Fix postPath configuration being ignored (close #1376)
  • Add option to disable performanceNavigationTiming plugin (#1375)