mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
Review
This commit is contained in:
@@ -399,7 +399,7 @@ export class PosthogAnalytics {
|
||||
|
||||
if (this.identificationPromise) {
|
||||
// only make calls to posthog after the identification is done
|
||||
this.identificationPromise.then(doCapture).catch((e) => {
|
||||
this.identificationPromise.then(doCapture, (e) => {
|
||||
logger.error("Failed to identify user for tracking", e);
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user