chore: anonymised user id for ce (#8176)
This commit is contained in:
parent
edeec80d00
commit
98c395cec7
|
|
@ -324,7 +324,7 @@ class AnalyticsUtil {
|
||||||
AnalyticsUtil.cachedUserId = userId;
|
AnalyticsUtil.cachedUserId = userId;
|
||||||
}
|
}
|
||||||
const userProperties = {
|
const userProperties = {
|
||||||
userId: AnalyticsUtil.cachedUserId,
|
userId: AnalyticsUtil.cachedAnonymoustId,
|
||||||
source: "ce",
|
source: "ce",
|
||||||
};
|
};
|
||||||
log.debug(
|
log.debug(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user