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
The umami.track method has changed to be more consistent and easier to use. See https://umami.is/docs/tracker-functions for more information. Notable changes are:
You no longer need to wrap your event custom data in a data property { data: { ... } }.
Just use umami.track('my-event', { id: 123 }).
You can send your own custom payload by passing an object, umami.track({ ... }).
The Tracking Code form will now show the alternate script name if TRACKER_SCRIPT_NAME is set.
You can now enter multiple entries in TRACKER_SCRIPT_NAME comma separated, for example a.js, b.js, c.js
Country names are now shown next to region names:
Added page titles to every page
Fixes
Fixed tracker not working on anchor tags with deeply nested elements
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Changes
The
umami.track
method has changed to be more consistent and easier to use. See https://umami.is/docs/tracker-functions for more information. Notable changes are:{ data: { ... } }
.Just use
umami.track('my-event', { id: 123 })
.umami.track({ ... })
.The Tracking Code form will now show the alternate script name if
TRACKER_SCRIPT_NAME
is set.You can now enter multiple entries in
TRACKER_SCRIPT_NAME
comma separated, for examplea.js, b.js, c.js
Country names are now shown next to region names:
Added page titles to every page
Fixes
Updates
A huge thanks to all the contributors on this release! @kaisteinke @atmonshi @MBRjun @Maxime-J @ym-project @winterrific
This discussion was created from the release v2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions