Skip to content

Releases: codeniko/simple-tracker

v1.2.3

10 Oct 06:46
Compare
Choose a tag to compare

Example websites using Simple Tracker

v1.2.1

09 May 06:38
Compare
Choose a tag to compare

AWS Lambda examples

v1.2.0

08 May 09:02
Compare
Choose a tag to compare

Minor changes:

  • added attachSessionId configuration flag to toggle attachment of sessionId to outgoing requests

v1.1.1

07 May 04:18
Compare
Choose a tag to compare
  • documentation update
  • search keywords update

v1.1.0

07 May 00:55
Compare
Choose a tag to compare

Minor changes:

  • logEvent now supports additional params as second argument. Signature: logEvent(event, additionalParams)
  • client context object is now exposed allowing you to add more values or overwrite it entirely. See readme

Other changes:

  • remove bower as it's no longer relevant

v1.0.1

06 May 01:40
Compare
Choose a tag to compare
  • Fix readme displaying sendCaughtExceptions is enabled by default. It's actually disabled by default.
  • Other Textual updates

v1.0.0

05 May 04:41
Compare
Choose a tag to compare

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

v0.1.0

04 May 07:12
Compare
Choose a tag to compare

First production ready release