summaryrefslogtreecommitdiffstats
path: root/webapp/components/root.jsx
diff options
context:
space:
mode:
authorGeorge Goldberg <george@gberg.me>2017-03-06 13:10:18 +0000
committerJoram Wilander <jwawilander@gmail.com>2017-03-06 08:10:18 -0500
commit4fd961883a152e9d5c27c5da0a847c5368e2c1a0 (patch)
treec7c4e2f0f5003e14c10bc08e81824abeee83347a /webapp/components/root.jsx
parent6e3e5b8aea1567663baf3ceb86e53ffb9ad90fbe (diff)
downloadchat-4fd961883a152e9d5c27c5da0a847c5368e2c1a0.tar.gz
chat-4fd961883a152e9d5c27c5da0a847c5368e2c1a0.tar.bz2
chat-4fd961883a152e9d5c27c5da0a847c5368e2c1a0.zip
Fix telemtry IDs. (#5649)
Diffstat (limited to 'webapp/components/root.jsx')
-rw-r--r--webapp/components/root.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/root.jsx b/webapp/components/root.jsx
index 4e7c19452..06a22f395 100644
--- a/webapp/components/root.jsx
+++ b/webapp/components/root.jsx
@@ -46,6 +46,7 @@ export default class Root extends React.Component {
context: {
ip: '0.0.0.0'
},
+ anonymousId: '00000000000000000000000000'
});
}}();
}