Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 83cf53b

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/client/telemetry/index.ts

Copy file name to clipboardExpand all lines: src/client/telemetry/index.ts
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.