Skip to content

Commit 9c13edb

Browse files
committed
fix: remove invalid PostHog config property
1 parent faccd7c commit 9c13edb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

webview-ui/src/utils/TelemetryClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ class TelemetryClient {
2525
opt_out_capturing_by_default: false,
2626
// Explicitly disable web vitals and other features that might use service workers
2727
capture_performance: false,
28-
// Disable any features that might attempt service worker registration
29-
__preview_send_client_session_params: false,
3028
})
3129
} else {
3230
TelemetryClient.telemetryEnabled = false

0 commit comments

Comments
 (0)