Skip to content

Commit 83cf53b

Browse files
author
Kartik Raj
authored
Add "isMeasurement" for LANGUAGE_SERVER_TRIGGER_DURATION (#22912)
cc/ @cwebster-99
1 parent 7be33eb commit 83cf53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/telemetry/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ export interface IEventNamePropertyMapping {
13301330
*/
13311331
/* __GDPR__
13321332
"language_server_trigger_duration" : {
1333-
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karrtikr" }
1333+
"duration" : { "classification": "SystemMetaData", "purpose": "FeatureInsight", "owner": "karrtikr", "isMeasurement": true }
13341334
}
13351335
*/
13361336
[EventName.LANGUAGE_SERVER_TRIGGER_DURATION]: unknown;

0 commit comments

Comments
 (0)