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 })