feat: add duplicate event name validation in SiteSettingsPage and update user guidance for event name changes

This commit is contained in:
Usman Baig
2026-02-04 15:56:25 +01:00
parent 5c3f6f8516
commit 14f3fe7fbb
2 changed files with 12 additions and 1 deletions

View File

@@ -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;
})();