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 ce79ee8 commit d8d4f3aCopy full SHA for d8d4f3a
src/local-ssh/proxy.ts
@@ -160,7 +160,7 @@ class WebSocketSSHProxy {
160
sshStream.on('error', e => {
161
if ((e as any).code !== 'EPIPE') {
162
// TODO filter out known error codes
163
- this.logService.error(e, 'unexpected sshStream error');
+ this.telemetryService.sendTelemetryException(new WrapError('Unexpected sshStream error', e));
164
}
165
// HACK:
166
// Seems there's a bug in the ssh library that could hang forever when the stream gets closed
0 commit comments