mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
more GDPR classification
This commit is contained in:
@@ -266,6 +266,11 @@ export class SaveParticipant implements ISaveParticipant {
|
||||
});
|
||||
|
||||
return sequence(promiseFactory).then(() => {
|
||||
/* __GDPR__
|
||||
"saveParticipantStats" : {
|
||||
}
|
||||
*/
|
||||
// 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