diff --git a/src/shared/posthog.ts b/src/shared/posthog.ts index b56025d35..6fd721e71 100644 --- a/src/shared/posthog.ts +++ b/src/shared/posthog.ts @@ -77,6 +77,7 @@ function createPostHogClient( const configuredClient = new PostHog(getPostHogApiKey(), { ...options, host: getPostHogHost(), + disableGeoip: false, }) const sharedProperties = getSharedProperties(source)