PLT-6172: Fix telemtry parameter conflict. (#6212)

This commit is contained in:
George Goldberg
2017-04-24 17:35:02 +01:00
committed by Corey Hulen
parent 35ac2f35aa
commit 3b7dc2c477

View File

@@ -32,7 +32,7 @@ class WebClientClass extends Client {
}
trackEvent(category, event, props) {
if (global.window && global.window.analytics) {
const properties = Object.assign({category, type: event, user_id: UserStore.getCurrentId()}, props);
const properties = Object.assign({category, type: event, user_actual_id: UserStore.getCurrentId()}, props);
const options = {
context: {
ip: '0.0.0.0'