提交 d4c43bef 编写于 作者: K kieferrm

Consider pluginHostTelemetry a common property

上级 fa7f1411
......@@ -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);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册