Skip to content

Commit a1592e5

Browse files
authored
Disable Posthog autocapture in the code in addition to in the web console (#3303)
1 parent 3c68beb commit a1592e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/utils/TelemetryClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class TelemetryClient {
1717
loaded: () => posthog.identify(distinctId),
1818
capture_pageview: false,
1919
capture_pageleave: false,
20+
autocapture: false,
2021
})
2122
} else {
2223
TelemetryClient.telemetryEnabled = false

0 commit comments

Comments
 (0)