From bf3a32d370cc0a45f29a37c1b071d86c6be0160a Mon Sep 17 00:00:00 2001 From: ieow Date: Fri, 22 Sep 2023 12:34:49 +0800 Subject: [PATCH] fix: ga id --- .env.production | 2 +- .env.testing | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 5010b465..0200cfbd 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ VUE_APP_MODE=production VUE_APP_SENTRY_SAMPLE_RATE=0.95 VUE_APP_SENTRY_DSN=https://f08dc5725ef448ba9960e5d8ec4f8a3c@o503538.ingest.sentry.io/6125850 VUE_APP_SOLANA_BUILD_VERSION=0.1 -VUE_APP_GA_ID=G-RCNKR0V6N2 +VUE_APP_GA_ID=GTM-RCNKR0V6N2 VUE_APP_DEVELOPER_DASHBOARD_URL="https://api.developer.tor.us" VUE_APP_IMGPROXY_URL=https://img-cdn.magiceden.dev # this signature is for solana.tor.us diff --git a/.env.testing b/.env.testing index f27acb35..dc865b77 100644 --- a/.env.testing +++ b/.env.testing @@ -8,7 +8,7 @@ STATE_DOMAIN=https://solana-openlogin-state.tor.us VUE_APP_SENTRY_SAMPLE_RATE=0.95 VUE_APP_SENTRY_DSN=https://f08dc5725ef448ba9960e5d8ec4f8a3c@o503538.ingest.sentry.io/6125850 VUE_APP_SOLANA_BUILD_VERSION=0.1 -VUE_APP_GA_ID=G-LQ8G005HR9 +VUE_APP_GA_ID=GTM-LQ8G005HR9 BROWSERSTACK_USERNAME= BROWSERSTACK_ACCESS_KEY= VUE_APP_DEVELOPER_DASHBOARD_URL="https://api.developer.tor.us"