Skip to content

Commit

Permalink
Add validation for Mixpanel event types (#3980)
Browse files Browse the repository at this point in the history
* Add validation for Mixpanel event types

* chore: Update newsletter subscription tracking events
  • Loading branch information
marcinciarka authored Jul 2, 2024
1 parent bb9db87 commit 67d624d
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 48 deletions.
3 changes: 3 additions & 0 deletions analytics/TrackingProductType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ export enum TrackingProductType {
BORROW = 'borrow',
MULTIPLY = 'multiply',
EARN = 'earn',
Automation = 'Automation',
SwapWidget = 'SwapWidget',
TopBanner = 'TopBanner',
}
Loading

0 comments on commit 67d624d

Please sign in to comment.