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 faccd7c commit 9c13edbCopy full SHA for 9c13edb
webview-ui/src/utils/TelemetryClient.ts
@@ -25,8 +25,6 @@ class TelemetryClient {
25
opt_out_capturing_by_default: false,
26
// Explicitly disable web vitals and other features that might use service workers
27
capture_performance: false,
28
- // Disable any features that might attempt service worker registration
29
- __preview_send_client_session_params: false,
30
})
31
} else {
32
TelemetryClient.telemetryEnabled = false
0 commit comments