Compare commits

...

1 Commits

Author SHA1 Message Date
abeatrix 63d26da549 remove PostHog exception autocapture
Remove enableExceptionAutocapture option from PostHog client configuration.
2025-08-09 16:38:54 -07:00
@@ -41,7 +41,6 @@ export class PostHogClientProvider {
// Initialize PostHog client
this.client = new PostHog(posthogConfig.apiKey, {
host: posthogConfig.host,
enableExceptionAutocapture: true,
})
vscode.env.onDidChangeTelemetryEnabled((isTelemetryEnabled) => {