feat: add duplicate event name validation in SiteSettingsPage and update user guidance for event name changes
This commit is contained in:
@@ -261,6 +261,7 @@
|
||||
}
|
||||
|
||||
// * Expose pulse.track() for custom events (e.g. pulse.track('signup_click'))
|
||||
window.pulse = { track: trackCustomEvent };
|
||||
window.pulse = window.pulse || {};
|
||||
window.pulse.track = trackCustomEvent;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user