Skip to content

Snowplow JavaScript Tracker v2.12.0

Choose a tag to compare

@snowplowci snowplowci released this 06 Nov 13:55

This release introduces a new test suite powered by Snowplow Micro, along with package updates and bug fixes, including bringing feature parity between local storage and cookies as the trackers stateStorageStrategy.

New features

  • Add Snowplow Micro tests (#755)
  • Core: Add function to allow setting Useragent (#744)

Bug fixes

  • Fix OptimizelyX context collecting (#730)
  • Fix osx+safari testing setup issues (#760)
  • Fix tracker continuing to insert events up to max Local Storage quota (#764)
  • Fix dynamic context callbacks sometimes returning null (#743)
  • Fix stateStorageStrategy localStorage not increasing session counters (#718)

Under the hood

  • Update packages and test harness (#756)