Skip to content

Commit 37a615c

Browse files
thetronjohnson123vivekr
authored andcommitted
added anonymised posthog events
1 parent 0726d6c commit 37a615c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/analytics/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class AnalyticsService {
2727

2828
// Default configuration - pulled from Vite environment variables
2929
this.config = {
30-
apiKey: import.meta.env.VITE_PUBLIC_POSTHOG_KEY || 'phc_YOUR_PROJECT_API_KEY',
31-
apiHost: import.meta.env.VITE_PUBLIC_POSTHOG_HOST || 'https://app.posthog.com',
30+
apiKey: 'phc_6seRe1SJkFckJU2qQWeeIy62kaSoaUbCsdVCm1TQZg8',
31+
apiHost: 'https://us.i.posthog.com',
3232
persistence: 'localStorage',
3333
autocapture: false, // We'll manually track events
3434
disable_session_recording: true, // Privacy first

0 commit comments

Comments
 (0)