omit endPoint where it defaults to none

This commit is contained in:
kieferrm
2017-09-20 15:03:24 -07:00
committed by Kai Maetzel
parent 6607604333
commit fbb3e25987
77 changed files with 408 additions and 408 deletions

View File

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