We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da0921 commit ecb1de1Copy full SHA for ecb1de1
1 file changed
src/vs/platform/telemetry/node/commonProperties.ts
@@ -39,7 +39,7 @@ export async function resolveCommonProperties(
39
40
const msftInternal = verifyMicrosoftInternalDomain(msftInternalDomains || []);
41
if (msftInternal) {
42
- // __GDPR__COMMON__ "common.msftInternal" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
+ // __GDPR__COMMON__ "common.msftInternal" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
43
result['common.msftInternal'] = msftInternal;
44
}
45
0 commit comments