Explorar el Código

Disable Posthog autocapture in the code in addition to in the web console (#3303)

Matt Rubens hace 8 meses
padre
commit
a1592e5cf6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      webview-ui/src/utils/TelemetryClient.ts

+ 1 - 0
webview-ui/src/utils/TelemetryClient.ts

@@ -17,6 +17,7 @@ class TelemetryClient {
 				loaded: () => posthog.identify(distinctId),
 				capture_pageview: false,
 				capture_pageleave: false,
+				autocapture: false,
 			})
 		} else {
 			TelemetryClient.telemetryEnabled = false