Procházet zdrojové kódy

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

Matt Rubens před 7 měsíci
rodič
revize
a1592e5cf6
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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