Skip to content

Commit

Permalink
feat(MOB): Add TOS event (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant authored Feb 14, 2024
1 parent 5370ada commit 49c2463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/primitives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export enum SharedEventName {
PAGE_VIEWED = 'Page Viewed',
SEARCH_BAR_CLICKED = 'Search Bar Clicked',
SENTIMENT_SUBMITTED = 'Sentiment Submitted',
TERMS_OF_SERVICE_ACCEPTED = 'Terms of Service Accepted',
WEB_VITALS = 'Web Vitals',
}

Expand Down

0 comments on commit 49c2463

Please sign in to comment.