Skip to content

Commit

Permalink
Update pylance telemetry for new experiment
Browse files Browse the repository at this point in the history
Add telemetry for the computable pth experiment
  • Loading branch information
rchiodo authored Jan 21, 2025
1 parent 8c54b8a commit 4738328
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/client/telemetry/pylance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
"resolverid" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"rssmb" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"diagnosticsseen" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"editablepthcount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"computedpthcount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
}
*/
/* __GDPR__
Expand Down Expand Up @@ -245,7 +247,8 @@
"packageslowercase" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"resolverid" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
"editablepthcount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
}
*/
/* __GDPR__
Expand Down

0 comments on commit 4738328

Please sign in to comment.