debug: add PostHog config logging
This commit is contained in:
parent
b9a4a45781
commit
e218ad57e8
@ -17,6 +17,12 @@ const posthogOptions = {
|
|||||||
defaults: '2026-01-30',
|
defaults: '2026-01-30',
|
||||||
} as const
|
} 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(
|
ReactDOM.createRoot(document.getElementById('root')!).render(
|
||||||
<StrictMode>
|
<StrictMode>
|
||||||
<PostHogProvider
|
<PostHogProvider
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user