feat: telemetry client module
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import GRAPHQL from './graphql'
|
||||
import TELEMETRY from './telemetry'
|
||||
|
||||
export default {
|
||||
GRAPHQL
|
||||
GRAPHQL,
|
||||
TELEMETRY
|
||||
}
|
||||
|
4
client/js/constants/telemetry.js
Normal file
4
client/js/constants/telemetry.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export default {
|
||||
GA_ID: 'UA-9094100-7',
|
||||
GA_REMOTE: 'http://www.google-analytics.com/collect'
|
||||
}
|
Reference in New Issue
Block a user