Skip to content

Commit

Permalink
Add "isMeasurement" for LANGUAGE_SERVER_TRIGGER_DURATION (#22912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Feb 13, 2024
1 parent 7be33eb commit 83cf53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/telemetry/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ export interface IEventNamePropertyMapping {
*/
/* __GDPR__
"language_server_trigger_duration" : {
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karrtikr" }
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karrtikr", "isMeasurement": true }
}
*/
[EventName.LANGUAGE_SERVER_TRIGGER_DURATION]: unknown;
Expand Down

0 comments on commit 83cf53b

Please sign in to comment.