Snowplow JavaScript Tracker 2.17.1 released

We’ve released a small update to the Snowplow JavaScript Tracker version 2.17.1.

This release removes warnings about SameSite cookies in the developer console when using the discoverRootDomain feature. We’re also clarifying that server side anonymous tracking will not work when using beacon, you must use post or get as your eventMethod if you want to use the server side anonymisation features in the Collector 2.1.0 release. This is because it requires additional custom headers which the beacon API does not support.

You can read more about how to configure cookieless tracking in our latest blog post: How to leverage cookieless and anonymous tracking with Snowplow | Snowplow

Upgrade steps
You can find the latest release on GitHub:

You can also find the assets on the jsDelivr and cdnjs CDNs:

REMINDER
The Snowplow CDN for JavaScript Assets will be decommissioned on the 1st March. Please upgrade to jsDelivr, cdnjs or to self-hosting (preferred) the JavaScript Tracker.

Changelog
Prevent samesite cookie warning from triggering (#886)
Remove server side anonymisation headers on Beacon (#887)

2 Likes