Consider pluginHostTelemetry a common property

This commit is contained in:
kieferrm 2018-01-26 17:12:11 -08:00
parent fa7f1411c8
commit d4c43befce

View file

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