We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60d2ef + 922ca03 commit 9df4c62Copy full SHA for 9df4c62
apps/desktop/src/lib/analytics/posthog.ts
@@ -37,6 +37,7 @@ export class PostHogWrapper {
37
}
38
39
async init() {
40
+ if (this._instance) return;
41
const appInfo = await this.backend.getAppInfo();
42
this._instance = posthog.init(PUBLIC_POSTHOG_API_KEY, {
43
api_host: 'https://eu.posthog.com',
0 commit comments