mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Remove requestFailed telemetry event
This commit is contained in:
@@ -979,11 +979,6 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
|
||||
if (response.success) {
|
||||
p.c(response);
|
||||
} else {
|
||||
this.logTelemetry('requestFailed', {
|
||||
id: response.request_seq.toString(),
|
||||
command: response.command,
|
||||
message: response.message ? response.message : 'No detailed message provided'
|
||||
});
|
||||
p.e(response);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user