提交 8705413b 编写于 作者: K kieferrm 提交者: Kai Maetzel

gdpr classification for markdown extension

上级 4ef3ba39
......@@ -260,6 +260,12 @@ function showPreview(cspArbiter: ExtensionContentSecurityPolicyArbiter, uri?: vs
});
if (telemetryReporter) {
/* __GDPR__
"openPreview" : {
"where" : { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"how": { "endPoint": "none", "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
telemetryReporter.sendTelemetryEvent('openPreview', {
where: sideBySide ? 'sideBySide' : 'inPlace',
how: (uri instanceof vscode.Uri) ? 'action' : 'pallete'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册