Skip to content

Commit d8d4f3a

Browse files
committed
💄
1 parent ce79ee8 commit d8d4f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/local-ssh/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class WebSocketSSHProxy {
160160
sshStream.on('error', e => {
161161
if ((e as any).code !== 'EPIPE') {
162162
// TODO filter out known error codes
163-
this.logService.error(e, 'unexpected sshStream error');
163+
this.telemetryService.sendTelemetryException(new WrapError('Unexpected sshStream error', e));
164164
}
165165
// HACK:
166166
// Seems there's a bug in the ssh library that could hang forever when the stream gets closed

0 commit comments

Comments
 (0)