mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Remove anonymous ID from tracking calls (#5099)
This commit is contained in:
committed by
GitHub
parent
1acc7fea89
commit
6d0f2bff7f
@@ -184,7 +184,6 @@ export class Telemetry {
|
|||||||
|
|
||||||
const payload = {
|
const payload = {
|
||||||
userId: `${this.instanceId}${user_id ? `#${user_id}` : ''}`,
|
userId: `${this.instanceId}${user_id ? `#${user_id}` : ''}`,
|
||||||
anonymousId: '000000000000',
|
|
||||||
event: eventName,
|
event: eventName,
|
||||||
properties: updatedProperties,
|
properties: updatedProperties,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user