We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1516de4 commit 052c22cCopy full SHA for 052c22c
client/src/store/index.js
@@ -22,7 +22,7 @@ import { socketIOManagerMiddleware } from './middlewares/manager';
22
const composeEnhancer = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ || compose;
23
24
if (process.env.NODE_ENV === 'production') {
25
- ReactGA.initialize('UA-143761187-3', {
+ ReactGA.initialize('G-RZQ3J1CF6Q', {
26
debug: false,
27
});
28
}
0 commit comments