mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Disable Posthog autocapture in the code in addition to in the web console (#3303)
This commit is contained in:
parent
5d50f8aa79
commit
117fbf7378
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class TelemetryClient {
|
|||
loaded: () => posthog.identify(distinctId),
|
||||
capture_pageview: false,
|
||||
capture_pageleave: false,
|
||||
autocapture: false,
|
||||
})
|
||||
} else {
|
||||
TelemetryClient.telemetryEnabled = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue