We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e61977 commit e40fe9dCopy full SHA for e40fe9d
src/client/telemetry/index.ts
@@ -1543,7 +1543,9 @@ export interface IEventNamePropertyMapping {
1543
* This event also has a measure, "resultLength", which records the number of completions provided.
1544
*/
1545
/* __GDPR__
1546
- "jedi_language_server.request" : { "owner": "karthiknadig" }
+ "jedi_language_server.request" : {
1547
+ "method": {"classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karthiknadig"}
1548
+ }
1549
1550
[EventName.JEDI_LANGUAGE_SERVER_REQUEST]: unknown;
1551
/**
0 commit comments