Skip to content

Snowplow JavaScript Tracker v1.0.1

Compare
Choose a tag to compare
@alexanderdean alexanderdean released this 09 Apr 12:24
· 1156 commits to master since this release

Fixing a bug related to the way we were bundling the lodash library. This issue prevented the Snowplow JavaScript Tracker from initializing when in the presence of other JavaScripts using AMD-based loading (with AMD's define global).

Bug fixes

  • Fixed lodash.js to work in the presence of AMD modules (#165)
  • Added missing variable declarations (#166)