Snowplow JavaScript Tracker v3.24.2 released

We are pleased to announce version 3.24.2 of the Snowplow JavaScript Trackers!

3.24.2 (2024-07-24)

This release fixes a bug that caused the page title passed in trackPageView to be applied to the following page views (unless a new title was specified). It also prevents failed events with the application_error schema by truncating the stack trace not to exceed the limit in the schema.

Bug fixes

  • Fix tracking a page view with a custom title sets the title for future page views as well (close #1332)
  • Truncate stack when application_error stack trace exceeds 8kb (close #1327)

Under the hood

  • Fix integration tests (#1333)
  • Fix API docs CI action and update it’s dependencies (#1324)

Upgrading

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

1 Like