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');
10
10
11
11
var debug = require ( 'debug' ) ( 'mongodb-compass:metrics' ) ;
12
12
13
- var INTERCOM_KEY = 'p57suhg7' ;
13
+ // mixpanel and google analytics are currently disabled.
14
+
14
15
// var GA_KEY = 'UA-71150609-2';
16
+ // var MIXPANEL_KEY = '6255131ccadb383ba609dae3f07631ad';
17
+ var INTERCOM_KEY = 'p57suhg7' ;
15
18
var BUGSNAG_KEY = '0d11ab5f4d97452cc83d3365c21b491c' ;
16
- var MIXPANEL_KEY = '6255131ccadb383ba609dae3f07631ad' ;
17
19
18
20
module . exports = function ( ) {
19
21
metrics . configure ( {
20
22
// ga: {
21
23
// trackingId: GA_KEY,
22
24
// enabled: app.preferences.trackUsageStatistics
23
25
// },
24
- mixpanel : {
25
- apiToken : MIXPANEL_KEY ,
26
- enabled : app . preferences . trackUsageStatistics
27
- } ,
26
+ // mixpanel: {
27
+ // apiToken: MIXPANEL_KEY,
28
+ // enabled: app.preferences.trackUsageStatistics
29
+ // },
28
30
intercom : {
29
31
appId : INTERCOM_KEY ,
30
32
enabled : app . preferences . trackUsageStatistics ,
You can’t perform that action at this time.
0 commit comments