diff --git a/web/utils/posthog.ts b/web/utils/posthog.ts index b46abf8b5a..5c90757645 100644 --- a/web/utils/posthog.ts +++ b/web/utils/posthog.ts @@ -3,7 +3,7 @@ import posthog, { Properties } from 'posthog-js' posthog.init(ANALYTICS_ID, { api_host: ANALYTICS_HOST, autocapture: { - url_allowlist: ['*'], + url_allowlist: ['./*'], }, })