From 9fdb5295cb791ac65cac602ddec7055c851e24b4 Mon Sep 17 00:00:00 2001 From: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com> Date: Wed, 26 Nov 2025 12:32:02 +0000 Subject: [PATCH] Added posthog variables directly to code (#5024) --- frontend/src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/index.tsx b/frontend/src/index.tsx index c52fb3753..a84708148 100644 --- a/frontend/src/index.tsx +++ b/frontend/src/index.tsx @@ -12,8 +12,8 @@ import posthog from 'posthog-js'; import { PostHogProvider } from 'posthog-js/react'; import { BASE_PATH } from '@app/constants/app'; -posthog.init(import.meta.env.VITE_PUBLIC_POSTHOG_KEY, { - api_host: import.meta.env.VITE_PUBLIC_POSTHOG_HOST, +posthog.init('phc_VOdeYnlevc2T63m3myFGjeBlRcIusRgmhfx6XL5a1iz', { + api_host: 'https://eu.i.posthog.com', defaults: '2025-05-24', capture_exceptions: true, // This enables capturing exceptions using Error Tracking, set to false if you don't want this debug: false,