change classification of tsserver.exitWithCode

This commit is contained in:
kieferrm 2018-02-27 10:35:28 -08:00
parent d1d1e651e0
commit ce02d1d7f5

View file

@ -394,7 +394,7 @@ export default class TypeScriptServiceClient implements ITypeScriptServiceClient
this.error(`TSServer exited with code: ${code}`);
/* __GDPR__
"tsserver.exitWithCode" : {
"code" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
"code" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" }
}
*/
this.logTelemetry('tsserver.exitWithCode', { code: code });