mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
fix: Remove annonymous ID (no-changelog) (#5093)
This commit is contained in:
parent
636363071c
commit
11a46a4cbc
|
@ -155,7 +155,6 @@ export class Telemetry {
|
||||||
this.rudderStack.identify(
|
this.rudderStack.identify(
|
||||||
{
|
{
|
||||||
userId: this.instanceId,
|
userId: this.instanceId,
|
||||||
anonymousId: '000000000000',
|
|
||||||
traits: {
|
traits: {
|
||||||
...traits,
|
...traits,
|
||||||
instanceId: this.instanceId,
|
instanceId: this.instanceId,
|
||||||
|
|
Loading…
Reference in a new issue