diff --git a/core/tracking/PosthogProvider.tsx b/core/tracking/PosthogProvider.tsx
index 27adec77f54b9287dfdd7d2838ce9ad8cba2f890..cc5d5beda2f70ad014ddd2435e1920d40cdf1073 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 },
       }}
     >