Skip to content

Commit 48e277a

Browse files
authored
Fix event name in GDPR tag (#23917)
1 parent 1c8d20e commit 48e277a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/telemetry/pylance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@
399399
* Telemetry event sent when LSP server crashes
400400
*/
401401
/* __GDPR__
402-
"language_server_crash" : {
402+
"language_server.crash" : {
403403
"oom" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "rchiodo" }
404404
}
405405
*/

0 commit comments

Comments
 (0)