Skip to content

Commit

Permalink
Update src/components/client/PosthogProvider.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster authored Jun 21, 2024
1 parent 34a0f59 commit b6b8951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/client/PosthogProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useEffect } from 'react'
import { useAccount } from 'wagmi'

if (typeof window !== 'undefined') {
posthog.init(config.posthugApikey, {
posthog.init(config.posthogApikey, {
api_host: '/ingest',
ui_host: 'https://us.posthog.com',
person_profiles: 'identified_only',
Expand Down

0 comments on commit b6b8951

Please sign in to comment.