Skip to content

v1.0.0

Compare
Choose a tag to compare
@codeniko codeniko released this 05 May 04:41
· 24 commits to master since this release

Breaking changes

  • Hide unneeded properties and functions that were exposed through tracker object directly. Those removed include: sessionId, setSession(), sendCaughtExceptions, attachClientContext, devMode, endpoint, track(), If you were using tracker.track(), use .push() instead.

Other changes

  • If using module, you now only have to pass window object
  • decrease size from 3.15KB to 2.55KB minified (not gzipped though)
  • only log to console in devMode
  • 100% code coverage