more GDPR classification

This commit is contained in:
kieferrm
2017-09-07 19:18:33 -07:00
committed by Kai Maetzel
parent b9488b7278
commit ff3c64855c
34 changed files with 441 additions and 1 deletions

View File

@@ -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);
});
}