Skip to content

Commit

Permalink
chore: house keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed May 30, 2024
1 parent 096b129 commit d6cefc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/docs/components/custom-posthog-provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ if (typeof window !== 'undefined') {
// posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY as string, {
posthog.init('phc_dzrTzS4S8mQgrBlxZ6a8YDaz4X9xp04svIoXPSJNznG', {
api_host: 'https://eu.posthog.com',
persistence: 'memory',
loaded: (posthog) => {
if (process.env.NODE_ENV === 'development') posthog.debug();
},
Expand Down

0 comments on commit d6cefc9

Please sign in to comment.