Skip to content

Commit

Permalink
add mixpanel
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Feb 6, 2024
1 parent 3f24e69 commit ed18f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (process.env.REACT_APP_SENTRY_ENVIRONMENT === 'production') {
});

// init mixpanel track event
mixpanel.init(process.env.REACT_APP_SENTRY_ENVIRONMENT);
mixpanel.init(process.env.REACT_APP_MIX_PANEL_ENVIRONMENT);
}

const initApp = async () => {
Expand Down

0 comments on commit ed18f3f

Please sign in to comment.