Pouria Ezzati 8 жил өмнө
parent
commit
a810813215

+ 1 - 1
client/helpers/analytics.js

@@ -2,7 +2,7 @@ import ReactGA from 'react-ga';
 import { GOOGLE_ANALYTICS_ID } from '../config';
 import { GOOGLE_ANALYTICS_ID } from '../config';
 
 
 export const initGA = () => {
 export const initGA = () => {
-  ReactGA.initialize(GOOGLE_ANALYTICS_ID, { debug: true });
+  ReactGA.initialize(GOOGLE_ANALYTICS_ID);
 };
 };
 
 
 export const logPageView = () => {
 export const logPageView = () => {