Skip to content

Commit ecb1de1

Browse files
committed
update gdpr tag for measurement
1 parent 2da0921 commit ecb1de1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/telemetry/node/commonProperties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export async function resolveCommonProperties(
3939

4040
const msftInternal = verifyMicrosoftInternalDomain(msftInternalDomains || []);
4141
if (msftInternal) {
42-
// __GDPR__COMMON__ "common.msftInternal" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
42+
// __GDPR__COMMON__ "common.msftInternal" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
4343
result['common.msftInternal'] = msftInternal;
4444
}
4545

0 commit comments

Comments
 (0)