We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db463dc commit 8c5f8b2Copy full SHA for 8c5f8b2
src/services/telemetry/TelemetryService.ts
@@ -25,6 +25,8 @@ class PostHogClient {
25
}
26
27
private updateTelemetryState(): void {
28
+ this.telemetryEnabled = false
29
+
30
// First check global telemetry level - telemetry should only be enabled when level is "all"
31
const telemetryLevel = vscode.workspace.getConfiguration("telemetry").get<string>("telemetryLevel", "all")
32
const globalTelemetryEnabled = telemetryLevel === "all"
0 commit comments