From fb6437850700420819b6590fb1757ad5eb0a7d02 Mon Sep 17 00:00:00 2001 From: gregor <gregor.schulz@holi.social> Date: Wed, 19 Feb 2025 15:51:54 +0100 Subject: [PATCH] disable touch autocapture --- core/tracking/PosthogProvider.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tracking/PosthogProvider.tsx b/core/tracking/PosthogProvider.tsx index 27adec77f5..cc5d5beda2 100644 --- a/core/tracking/PosthogProvider.tsx +++ b/core/tracking/PosthogProvider.tsx @@ -38,7 +38,6 @@ const PosthogProvider = ({ children, bootstrapState = {} }: PropsWithChildren<Po <PostHogProvider client={posthog} autocapture={{ - captureTouches: true, navigation: { routeToProperties: withNavigationAndConsentProperties }, }} > -- GitLab