Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more tracing info for "Error: getHandlePromise(0): failed to start sidecar #768

Open
sentry-io bot opened this issue Dec 13, 2024 · 0 comments
Open
Labels
bug Something isn't working observability Related to VS Code telemetry, our use of Sentry for error tracking, or info to help with support

Comments

@sentry-io
Copy link

sentry-io bot commented Dec 13, 2024

We got this Sentry Issue: [VSCODE-EXTENSION-EB] a few times and need more information to understand what happened.

Private (internal Confluent) Sentry link: https://confluent.sentry.io/issues/6074891888/?referrer=github_integration

Error: getHandlePromise(0): failed to start sidecar
  File "..\src\sidecar\sidecarManager.ts", line 176, in SidecarManager.getHandlePromise
    throw new Error(`getHandlePromise(${callnum}): failed to start sidecar`);
  File "..\src\sidecar\index.ts", line 41, in getSidecar
    return await _manager.getHandle();
  File "..\src\preferences\updates.ts", line 14, in fetchPreferences
    const client: PreferencesResourceApi = (await getSidecar()).getPreferencesApi();
  File "..\src\preferences\updates.ts", line 51, in updatePreferences
    const preferences: Preferences = await fetchPreferences();
  File "..\src\extension.ts", line 302, in setupPreferences
    await updatePreferences({ tls_pem_paths: pemPaths, trust_all_certificates: trustAllCerts });
...
(5 additional frame(s) were not displayed)
@sentry-io sentry-io bot added bug Something isn't working observability Related to VS Code telemetry, our use of Sentry for error tracking, or info to help with support labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working observability Related to VS Code telemetry, our use of Sentry for error tracking, or info to help with support
Projects
None yet
Development

No branches or pull requests

0 participants