Update GDPR annotations

This commit is contained in:
Ramya Achutha Rao
2018-03-09 15:38:49 -08:00
parent 87bcab715a
commit 38af41b795
17 changed files with 42 additions and 42 deletions

View File

@@ -25,7 +25,7 @@ export class MainThreadTelemetry implements MainThreadTelemetryShape {
}
$publicLog(eventName: string, data: any = Object.create(null)): void {
// __GDPR__COMMON__ "pluginHostTelemetry" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
// __GDPR__COMMON__ "pluginHostTelemetry" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
data[MainThreadTelemetry._name] = true;
this._telemetryService.publicLog(eventName, data);
}