Hot fix #2480

Merged
neb-b merged 5 commits from hot-fix into master 2019-05-14 23:31:35 +02:00
Showing only changes of commit 01bc69839c - Show all commits

View file

@ -76,7 +76,7 @@ const analytics: Analytics = {
// Initialize google analytics
// Set `debug: true` for debug info
// Will change once we have separate ids for desktop/web
const UA_ID = IS_WEB ? 'UA-60403362-12' : 'UA-60403362-12';
const UA_ID = IS_WEB ? 'UA-60403362-12' : 'UA-60403362-13';
ReactGA.initialize(UA_ID, {
gaOptions: { name: IS_WEB ? 'web' : 'desktop' },