File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,23 @@ var features = require('./features');
1010
1111var debug = require ( 'debug' ) ( 'mongodb-compass:metrics' ) ;
1212
13- var INTERCOM_KEY = 'p57suhg7' ;
13+ // mixpanel and google analytics are currently disabled.
14+
1415// var GA_KEY = 'UA-71150609-2';
16+ // var MIXPANEL_KEY = '6255131ccadb383ba609dae3f07631ad';
17+ var INTERCOM_KEY = 'p57suhg7' ;
1518var BUGSNAG_KEY = '0d11ab5f4d97452cc83d3365c21b491c' ;
16- var MIXPANEL_KEY = '6255131ccadb383ba609dae3f07631ad' ;
1719
1820module . exports = function ( ) {
1921 metrics . configure ( {
2022 // ga: {
2123 // trackingId: GA_KEY,
2224 // enabled: app.preferences.trackUsageStatistics
2325 // },
24- mixpanel : {
25- apiToken : MIXPANEL_KEY ,
26- enabled : app . preferences . trackUsageStatistics
27- } ,
26+ // mixpanel: {
27+ // apiToken: MIXPANEL_KEY,
28+ // enabled: app.preferences.trackUsageStatistics
29+ // },
2830 intercom : {
2931 appId : INTERCOM_KEY ,
3032 enabled : app . preferences . trackUsageStatistics ,
You can’t perform that action at this time.
0 commit comments