提交 90db6c3a 编写于 作者: R Ramya Achutha Rao

GDPR annotation for experiment event

上级 4ae87096
......@@ -262,7 +262,12 @@ export class ExperimentService extends Disposable implements IExperimentService
});
return TPromise.join(promises).then(() => {
this.telemetryService.publicLog('experiments', this._experiments);
/* __GDPR__
"experiments" : {
"experiments" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
this.telemetryService.publicLog('experiments', { experiments: this._experiments });
});
});
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册