PLT-6172: Fix telemtry parameter conflict. (#6212)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
35ac2f35aa
Коммит
3b7dc2c477
@@ -32,7 +32,7 @@ class WebClientClass extends Client {
|
|||||||
}
|
}
|
||||||
trackEvent(category, event, props) {
|
trackEvent(category, event, props) {
|
||||||
if (global.window && global.window.analytics) {
|
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 = {
|
const options = {
|
||||||
context: {
|
context: {
|
||||||
ip: '0.0.0.0'
|
ip: '0.0.0.0'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user