fix: Remove anonymous ID from tracking calls (#5099)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-01-06 15:35:30 +01:00
committed by GitHub
parent 1acc7fea89
commit 6d0f2bff7f

View File

@@ -184,7 +184,6 @@ export class Telemetry {
const payload = {
userId: `${this.instanceId}${user_id ? `#${user_id}` : ''}`,
anonymousId: '000000000000',
event: eventName,
properties: updatedProperties,
};