8000 Add GDPR tag to new telemetry property (#20871) · microsoft/vscode-python@730df28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 730df28

Browse files
authored
Add GDPR tag to new telemetry property (#20871)
1 parent a6ac385 commit 730df28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/telemetry/pylance.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"errorname" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" },
2121
"errorstack" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" },
2222
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
23< 5545 /td>-
"method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
23+
"method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
24+
"modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
2425
}
2526
*/
2627
/* __GDPR__

0 commit comments

Comments
 (0)
0