Skip to content

Commit d6cefc9

Browse files
committed
chore: house keeping
1 parent 096b129 commit d6cefc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/docs/components/custom-posthog-provider.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ if (typeof window !== 'undefined') {
1515
// posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY as string, {
1616
posthog.init('phc_dzrTzS4S8mQgrBlxZ6a8YDaz4X9xp04svIoXPSJNznG', {
1717
api_host: 'https://eu.posthog.com',
18-
persistence: 'memory',
1918
loaded: (posthog) => {
2019
if (process.env.NODE_ENV === 'development') posthog.debug();
2120
},

0 commit comments

Comments
 (0)