From ed18f3f875df55cc876b90942fadafe6a06812e1 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Van Date: Tue, 6 Feb 2024 11:33:59 +0700 Subject: [PATCH] add mixpanel --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 18b114f10..edec3e727 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -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 () => {