Skip to content

Commit

Permalink
feat: add toggle and heartbeat events (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant authored Jan 2, 2024
1 parent efffa25 commit cee9ac4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
* General event names that can be reused across products.
*/
export enum SharedEventName {
ANALYTICS_SWITCH_TOGGLED = 'Analytics Switch Toggled',
APP_LOADED = 'Application Loaded',
ELEMENT_CLICKED = 'Element Clicked',
FOOTER_CLICKED = 'Footer Clicked',
HEARTBEAT = 'Heartbeat',
MENU_CLICKED = 'Menu Clicked',
NAVBAR_CLICKED = 'Navbar Clicked',
PAGE_CLICKED = 'Page Clicked',
Expand Down

0 comments on commit cee9ac4

Please sign in to comment.