Skip to content

Commit 4738328

Browse files
authored
Update pylance telemetry for new experiment
Add telemetry for the computable pth experiment
1 parent 8c54b8a commit 4738328

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/client/telemetry/pylance.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@
6565
"resolverid" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
6666
"rssmb" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
6767
"diagnosticsseen" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
68-
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
68+
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
69+
"editablepthcount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
70+
"computedpthcount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
6971
}
7072
*/
7173
/* __GDPR__
@@ -245,7 +247,8 @@
245247
"packageslowercase" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
246248
"resolverid" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
247249
"failed" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
248-
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
250+
"lsversion" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" },
251+
"editablepthcount": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
249252
}
250253
*/
251254
/* __GDPR__

0 commit comments

Comments
 (0)