Skip to content

Snowplow JavaScript Tracker v2.4.0

Compare
Choose a tag to compare
@fblundun fblundun released this 16 Mar 15:00
· 843 commits to master since this release

Introduces the ability to track users cross-domain and adds the timing event.

New features

  • Added ability to modify links enabling cross-domain tracking (#109)
  • Added timing event (#320)
  • Added common contexts to link_click, change_form, and submit_form events (#340)

Bug fixes

  • Increased safety of document size detection (#334)
  • Stopped caching page URL and referrer URL (#337)
  • Stopped caching PerformanceTiming context (#339)

Testing and deployment

  • Started randomly generating ngrok subdomain in integration tests (#333)
  • Fixed Vagrant setup to always use latest Peru version (#336)