diff --git a/playground/nextjs/src/posthog.ts b/playground/nextjs/src/posthog.ts index fbf4eed3f..eb1882589 100644 --- a/playground/nextjs/src/posthog.ts +++ b/playground/nextjs/src/posthog.ts @@ -60,6 +60,7 @@ if (typeof window !== 'undefined') { persistence_name: `${process.env.NEXT_PUBLIC_POSTHOG_KEY}_nextjs`, ...configForConsent(), }) + // Help with debugging(window as any).posthog = posthog }