Skip to content

Commit fbb968f

Browse files
authored
Fixing GDPR telemetry naming for package management (#551)
We are sending the following event locally `ms-python.vscode-python-envs/PACKAGE_MANAGEMENT` but this is not classified in our GDPR tool due to the mismatched GDPR tag. The following is cleared in the GDPR tool based on the GDPR tag ![image](https://github.com/user-attachments/assets/267d5fa5-72c5-4423-9357-8ef982e848d5) I think this small change will suffice to align the two
1 parent 0157b2a commit fbb968f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/telemetry/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export interface IEventNamePropertyMapping {
7777
};
7878

7979
/* __GDPR__
80-
"package.install": {
80+
"package_management": {
8181
"managerId": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karthiknadig" },
8282
"result": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karthiknadig" }
8383
}

0 commit comments

Comments
 (0)