chore: anonymised user id for ce (#8176)

This commit is contained in:
Nikhil Nandagopal 2021-10-04 23:06:31 +05:30 committed by GitHub
parent edeec80d00
commit 98c395cec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -324,7 +324,7 @@ class AnalyticsUtil {
AnalyticsUtil.cachedUserId = userId;
}
const userProperties = {
userId: AnalyticsUtil.cachedUserId,
userId: AnalyticsUtil.cachedAnonymoustId,
source: "ce",
};
log.debug(