Skip to content

Commit a42cb33

Browse files
authored
Add new telemetry property to GPDR (#21683)
This property was added for tracking diagnostics we emit in Pylance.
1 parent 6af959d commit a42cb33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/telemetry/pylance.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"numfilesinprogram" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
5151
"peakrssmb" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
5252
"resolverid" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
53-
"rssmb" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
53+
"rssmb" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
54+
"diagnosticsseen" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
5455
}
5556
*/
5657
/* __GDPR__

0 commit comments

Comments
 (0)