Skip to content

Commit

Permalink
fix GDPR annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kieferrm committed Nov 8, 2019
1 parent 434662c commit 59ba119
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 59ba119

Please sign in to comment.