You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)