We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0726d6c commit 37a615cCopy full SHA for 37a615c
src/lib/analytics/index.ts
@@ -27,8 +27,8 @@ class AnalyticsService {
27
28
// Default configuration - pulled from Vite environment variables
29
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',
+ apiKey: 'phc_6seRe1SJkFckJU2qQWeeIy62kaSoaUbCsdVCm1TQZg8',
+ apiHost: 'https://us.i.posthog.com',
32
persistence: 'localStorage',
33
autocapture: false, // We'll manually track events
34
disable_session_recording: true, // Privacy first
0 commit comments