Skip to content

Commit

Permalink
Add server_side_request to telemetry\pylance.ts (microsoft#23031)
Browse files Browse the repository at this point in the history
  • Loading branch information
debonte authored and anthonykim1 committed Mar 8, 2024
1 parent 4cdbd21 commit dd849d4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/client/telemetry/pylance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"errorstack" : { "classification": "CallstackOrException", "purpose": "PerformanceAndHealth" },
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
"modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"resultLength" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
}
*/
/* __GDPR__
Expand Down Expand Up @@ -313,6 +314,15 @@
"typeevaltime" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
}
*/
/* __GDPR__
"language_server/server_side_request" : {
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true },
"lsversion" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"method" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"modulehash" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
"resultLength" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "isMeasurement": true }
}
*/
/* __GDPR__
"language_server/settings" : {
"addimportexactmatchonly" : { "classification": "SystemMetaData", "purpose": "FeatureInsight" },
Expand Down

0 comments on commit dd849d4

Please sign in to comment.