Snowplow JavaScript Tracker 4.0.2 released

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)

Upgrading

Version 4.0.2 is available as @snowplow/browser-tracker on npm, or as the tag based javascript tracker - available on GitHub Releases , jsDelivr or unpkg.

2 Likes