fix(editor): Fix for logging error on user logout (#4633)
* 🐛 Fixing telemetry errors on user logout * 🔥 Removing call to `rudder.indentify` when users log out * 👌 Addressing review comment Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0daa36c197
commit
7483e147fc
@@ -87,7 +87,6 @@ export class Telemetry {
|
||||
}
|
||||
else {
|
||||
this.rudderStack.reset();
|
||||
this.rudderStack.identify(undefined, traits);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user