mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Disable Posthog autocapture in the code in addition to in the web console (#3303)
This commit is contained in:
parent
3c68bebca5
commit
a1592e5cf6
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