mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
add anonymous ID everytime (#2398)
This commit is contained in:
@@ -119,6 +119,7 @@ export class Telemetry {
|
|||||||
this.client.identify(
|
this.client.identify(
|
||||||
{
|
{
|
||||||
userId: this.instanceId,
|
userId: this.instanceId,
|
||||||
|
anonymousId: '000000000000',
|
||||||
traits: {
|
traits: {
|
||||||
...traits,
|
...traits,
|
||||||
instanceId: this.instanceId,
|
instanceId: this.instanceId,
|
||||||
@@ -138,6 +139,7 @@ export class Telemetry {
|
|||||||
this.client.track(
|
this.client.track(
|
||||||
{
|
{
|
||||||
userId: this.instanceId,
|
userId: this.instanceId,
|
||||||
|
anonymousId: '000000000000',
|
||||||
event: eventName,
|
event: eventName,
|
||||||
properties,
|
properties,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user