summaryrefslogtreecommitdiffstats
path: root/web/react/stores/analytics_store.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/stores/analytics_store.jsx')
-rw-r--r--web/react/stores/analytics_store.jsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/react/stores/analytics_store.jsx b/web/react/stores/analytics_store.jsx
index ec827f6d7..0ad989206 100644
--- a/web/react/stores/analytics_store.jsx
+++ b/web/react/stores/analytics_store.jsx
@@ -83,3 +83,7 @@ AnalyticsStore.dispatchToken = AppDispatcher.register((payload) => {
});
export default AnalyticsStore;
+
+if (window.mm_config.EnableDeveloper === 'true') {
+ window.AnalyticsStore = AnalyticsStore;
+}