We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 096b129 commit d6cefc9Copy full SHA for d6cefc9
apps/docs/components/custom-posthog-provider.tsx
@@ -15,7 +15,6 @@ if (typeof window !== 'undefined') {
15
// posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY as string, {
16
posthog.init('phc_dzrTzS4S8mQgrBlxZ6a8YDaz4X9xp04svIoXPSJNznG', {
17
api_host: 'https://eu.posthog.com',
18
- persistence: 'memory',
19
loaded: (posthog) => {
20
if (process.env.NODE_ENV === 'development') posthog.debug();
21
},
0 commit comments