feat: isolate production and staging analytics (#41648)

* feat: isolate production analytics

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
Ahmad Abdolsaheb
2021-03-30 16:45:54 +03:00
committed by GitHub
parent 36887e991a
commit 9d15b43415
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,2 @@
exports.prodAnalyticsId = 'UA-55446531-10';
exports.devAnalyticsId = 'UA-55446531-19';