From c8c60667f65cc825b3e4680fafe25f4fe98f6ba8 Mon Sep 17 00:00:00 2001 From: "Michael H." Date: Fri, 25 Apr 2025 23:15:09 +0200 Subject: [PATCH] Update PostHog ingestion key --- apps/app-frontend/src/helpers/analytics.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/app-frontend/src/helpers/analytics.js b/apps/app-frontend/src/helpers/analytics.js index 90d2c8aef..6fa5ea3ab 100644 --- a/apps/app-frontend/src/helpers/analytics.js +++ b/apps/app-frontend/src/helpers/analytics.js @@ -1,8 +1,9 @@ import { posthog } from 'posthog-js' export const initAnalytics = () => { - posthog.init('phc_hm2ihMpTAoE86xIm7XzsCB8RPiTRKivViK5biiHedm', { + posthog.init('phc_9Iqi6lFs9sr5BSqh9RRNRSJ0mATS9PSgirDiX3iOYJ', { persistence: 'localStorage', + api_host: 'https://posthog.modrinth.com', }) }