mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Remove anonymous ID from tracking calls (#5099)
This commit is contained in:
parent
1acc7fea89
commit
6d0f2bff7f
|
@ -184,7 +184,6 @@ export class Telemetry {
|
|||
|
||||
const payload = {
|
||||
userId: `${this.instanceId}${user_id ? `#${user_id}` : ''}`,
|
||||
anonymousId: '000000000000',
|
||||
event: eventName,
|
||||
properties: updatedProperties,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue