提交 3ebecca7 编写于 作者: J Joao Moreno

add telemetry for win32 setup target

上级 9d308bf7
......@@ -89,6 +89,13 @@ export class Win32UpdateService extends AbstractUpdateService {
platform += '-archive';
} else if (product.target === 'user') {
platform += '-user';
/* __GDPR__
"update:win32SetupTarget" : {
"explicit" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
}
*/
this.telemetryService.publicLog('update:win32SetupTarget', { target: product.target });
}
return createUpdateURL(platform, quality);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册