Skip to content

Commit 40302fd

Browse files
authored
Add GDPR tags for Pylance event (microsoft#23900)
1 parent 3dad6c9 commit 40302fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/client/telemetry/pylance.ts

+8
Original file line numberDiff line numberDiff line change
@@ -395,3 +395,11 @@
395395
"index_count" : { "classification": "SystemMetaData", "purpose": "PerformanceAndHealth" }
396396
}
397397
*/
398+
/**
399+
* Telemetry event sent when LSP server crashes
400+
*/
401+
/* __GDPR__
402+
"language_server_crash" : {
403+
"oom" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "rchiodo" }
404+
}
405+
*/

0 commit comments

Comments
 (0)