fix GDPR annotation

This commit is contained in:
kieferrm 2019-11-08 22:36:44 +00:00
parent 434662c6cb
commit 59ba1190b4

View file

@ -703,10 +703,8 @@ export default class TypeScriptServiceClient extends Disposable implements IType
private fatalError(command: string): void {
/* __GDPR__
"fatalError" : {
"${include}": [
"${TypeScriptCommonProperties}",
"command" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
]
"${include}": [ "${TypeScriptCommonProperties}" ],
"command" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
this.logTelemetry('fatalError', { command });