From e5d6f71d1b855d42cd2d614fbbcad5be3f3ac2fd Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Sun, 14 Dec 2025 18:02:55 +0800 Subject: [PATCH] chore(stage-tamagotchi): use another posthog id --- apps/stage-tamagotchi/src/renderer/modules/posthog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/stage-tamagotchi/src/renderer/modules/posthog.ts b/apps/stage-tamagotchi/src/renderer/modules/posthog.ts index af8a46f8b..c27aecddf 100644 --- a/apps/stage-tamagotchi/src/renderer/modules/posthog.ts +++ b/apps/stage-tamagotchi/src/renderer/modules/posthog.ts @@ -1,6 +1,6 @@ import posthog from 'posthog-js' -posthog.init('phc_pzjziJjrVZpa9SqnQqq0QEKvkmuCPH7GDTA6TbRTEf9', { +posthog.init('phc_rljw376z5gt6vXJlc3sTr7hFbXodciY9THEQXIRnW53', { api_host: 'https://us.i.posthog.com', person_profiles: 'identified_only', // or 'always' to create profiles for anonymous users as well })