feat: telemetry client module

This commit is contained in:
NGPixel
2017-10-22 13:30:16 -04:00
parent a0ce11ff36
commit cbaa20da3f
8 changed files with 63 additions and 141 deletions

View File

@@ -1,5 +1,7 @@
import GRAPHQL from './graphql'
import TELEMETRY from './telemetry'
export default {
GRAPHQL
GRAPHQL,
TELEMETRY
}

View File

@@ -0,0 +1,4 @@
export default {
GA_ID: 'UA-9094100-7',
GA_REMOTE: 'http://www.google-analytics.com/collect'
}