Skip to content

Commit

Permalink
Add new telemetry property to GPDR (#21683)
Browse files Browse the repository at this point in the history
This property was added for tracking diagnostics we emit in Pylance.
  • Loading branch information
rchiodo committed Jul 24, 2023
1 parent 6af959d commit a42cb33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/telemetry/pylance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"numfilesinprogram" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"peakrssmb" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"resolverid" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"rssmb" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
"rssmb" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"diagnosticsseen" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
/* __GDPR__
Expand Down

0 comments on commit a42cb33

Please sign in to comment.