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:
Milorad FIlipović
2022-11-17 14:20:09 +01:00
committed by GitHub
parent 0daa36c197
commit 7483e147fc
2 changed files with 8 additions and 10 deletions

View File

@@ -87,7 +87,6 @@ export class Telemetry {
}
else {
this.rudderStack.reset();
this.rudderStack.identify(undefined, traits);
}
}