Skip to content

Commit

Permalink
fix: add mixpanel project token in prod-environment.js (#3168)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chethan-Fyle authored Aug 8, 2024
1 parent 305e7ea commit eeb4a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/utils/prod-environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const environment = {
REFINER_NPS_FORM_ID: '${process.env.REFINER_NPS_FORM_ID}',
LAUNCH_DARKLY_CLIENT_ID: '${process.env.LAUNCH_DARKLY_CLIENT_ID}',
LIVE_UPDATE_APP_VERSION: '${process.env.LIVE_UPDATE_APP_VERSION}',
SMARTLOOK_API_KEY: '${process.env.SMARTLOOK_API_KEY}'
SMARTLOOK_API_KEY: '${process.env.SMARTLOOK_API_KEY}',
MIXPANEL_PROJECT_TOKEN: '${process.env.MIXPANEL_PROJECT_TOKEN}'
};
`

0 comments on commit eeb4a33

Please sign in to comment.