This commit is contained in:
Timo
2024-09-09 17:23:04 +02:00
parent ab457be4bb
commit f3404fbbf3
18 changed files with 121 additions and 129 deletions

View File

@@ -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 {