Test PostHog with EU cloud host to isolate proxy issue
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,7 @@ import posthog from 'posthog-js'
|
||||
export default function PostHogProvider({ children }: { children: React.ReactNode }) {
|
||||
useEffect(() => {
|
||||
posthog.init('phc_BHgg9S7CQqVShe7EMCdi86PxA49qcNaTsR9Nn5EGxRCT', {
|
||||
api_host: 'https://analytics.hyggecraftery.com',
|
||||
api_host: 'https://eu.posthog.com',
|
||||
capture_pageview: false,
|
||||
persistence: 'memory',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user