mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
GDPR classification for save participants
This commit is contained in:
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user