Skip to content

Commit

Permalink
merge change
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMassart committed Sep 24, 2024
1 parent 891fe78 commit 4b64f4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/core/Analytics/MetaMetrics.events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ const ONBOARDING_WIZARD_STEP_DESCRIPTION: { [key: number]: string } = {
* Analytics Tracking Events
*/
enum EVENT_NAME {
// App
APP_OPENED = 'App Opened',

// Error
ERROR = 'Error occurred',
ERROR_SCREEN_VIEWED = 'Error Screen Viewed',
Expand Down Expand Up @@ -400,6 +403,7 @@ enum ACTIONS {
}

const events = {
APP_OPENED: generateOpt(EVENT_NAME.APP_OPENED),
ERROR_SCREEN_VIEWED: generateOpt(EVENT_NAME.ERROR_SCREEN_VIEWED),
APPROVAL_STARTED: generateOpt(EVENT_NAME.APPROVAL_STARTED),
APPROVAL_COMPLETED: generateOpt(EVENT_NAME.APPROVAL_COMPLETED),
Expand Down

0 comments on commit 4b64f4b

Please sign in to comment.