feat: telemetry module

This commit is contained in:
NGPixel
2017-10-22 21:58:07 -04:00
parent b11a90cc06
commit 784b48680c
14 changed files with 393 additions and 333 deletions

View File

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

View File

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