diff --git a/shared.js b/shared.js index 27058cc..6b65033 100644 --- a/shared.js +++ b/shared.js @@ -75,6 +75,9 @@ window.reload = () => { app.relaunch(); app.exit(); }; + // disable analytics + $api.util.findFuncExports("AnalyticEventConfigs").default.track = () => {}; + // enable experiments $api.util.findFuncExports('isDeveloper').__defineGetter__('isDeveloper', () => true);