Skip to content

Commit 9231e07

Browse files
committed
hard-code logrocket id
1 parent ea2a753 commit 9231e07

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

common/config/environment.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export const clientTokens = isProduction
1010
GOOGLE_ANALYTICS_ID: 'G-5QSQ208NW6',
1111
// GOOGLE_ANALYTICS_ID: 'UA-75642413-1',
1212
GOOGLE_TAG_MANAGER_ID: 'GTM-PTPTHST', // unused
13-
LOGROCKET: 'uquzri',
1413
OC_FACEBOOK_KEY: '207055783236912',
1514
OC_GOOGLE_KEY: '448638408285-6ego1u9ic6qcbsiitr2m173pp1tbs27k.apps.googleusercontent.com',
1615
SENTRY_DSN: 'https://90edfb8d1d9640cf86d8aefd57218d71@sentry.io/1443656',
@@ -19,7 +18,6 @@ export const clientTokens = isProduction
1918
GOOGLE_ADS_ID: '',
2019
GOOGLE_ANALYTICS_ID: '',
2120
GOOGLE_TAG_MANAGER_ID: '', // unused
22-
LOGROCKET: '',
2321
OC_FACEBOOK_KEY: '399113557601038',
2422
OC_GOOGLE_KEY: '973655216990-vvl9vfp9v13lfoq7ccm36e8ouukrgdfh.apps.googleusercontent.com',
2523
SENTRY_DSN: '',

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const App = ({ Component, pageProps, err }: AppProps & { err: NextErrorComponent
7373
useEffect(() => {
7474
/* Analytics */
7575
if (isProduction) {
76-
LogRocket.init(`${clientTokens.LOGROCKET}/operation-code`);
76+
LogRocket.init('uquzri/operation-code');
7777

7878
// Every crash report will have a LogRocket session URL.
7979
LogRocket.getSessionURL(sessionURL => {

0 commit comments

Comments
 (0)