more GDPR classification

This commit is contained in:
kieferrm
2017-09-07 23:32:17 -07:00
committed by Kai Maetzel
parent c03559eec7
commit a65363876a
20 changed files with 205 additions and 15 deletions

View File

@@ -270,7 +270,7 @@ export class SaveParticipant implements ISaveParticipant {
"saveParticipantStats" : {
}
*/
// TODO: We need to move off dynamic property names as we can't declare them statically in the registry.
// 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);
});
}