diff --git a/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.ts b/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.ts index 46710105847..d28ea20e6ee 100644 --- a/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.ts +++ b/src/vs/workbench/api/electron-browser/mainThreadSaveParticipant.ts @@ -268,9 +268,20 @@ export class SaveParticipant implements ISaveParticipant { return sequence(promiseFactory).then(() => { /* __GDPR__ "saveParticipantStats" : { + "${wildcard}": [ + { + "${prefix}": "Success-", + "${classification}": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" } + } + ], + "${wildcard}": [ + { + "${prefix}": "Failure-", + "${classification}": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" } + } + ] } */ - // GDPR__TODO: We need to move off dynamic property names as we can't declare them statically in the registry. this._telemetryService.publicLog('saveParticipantStats', stats); }); }