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;
|
||||
}
|
||||
const userProperties = {
|
||||
userId: AnalyticsUtil.cachedUserId,
|
||||
userId: AnalyticsUtil.cachedAnonymoustId,
|
||||
source: "ce",
|
||||
};
|
||||
log.debug(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user