debug: add PostHog config logging
This commit is contained in:
parent
b9a4a45781
commit
e218ad57e8
@ -17,6 +17,12 @@ const posthogOptions = {
|
||||
defaults: '2026-01-30',
|
||||
} as const
|
||||
|
||||
// Debug PostHog configuration
|
||||
console.log('PostHog Config:', {
|
||||
apiKey: import.meta.env.VITE_PUBLIC_POSTHOG_KEY ? '✓ Set' : '✗ Missing',
|
||||
apiHost: import.meta.env.VITE_PUBLIC_POSTHOG_HOST,
|
||||
})
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||
<StrictMode>
|
||||
<PostHogProvider
|
||||
|
||||
Loading…
Reference in New Issue
Block a user