Snowplow JavaScript Trackers v3.1.5

Announcing a small release of our JavaScript Trackers which fixes an issue with removing global contexts, which has been present since v3.0.0.

Release notes

The issue is described more detail on GitHub in Issue #1002. If using removeGlobalContexts when you have multiple Global Contexts already added, you will likely not remove the expected context when calling this.

This is now resolved in v3.1.5, so it is recommended to upgrade to v3.1.5 if using removeGlobalContexts in your applications. This issue does not effect any v2 releases.

  • Fix removeGlobalContexts not removing expected context (#1002)

Upgrading

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

2 Likes