Skip to content

Commit f768d59

Browse files
feat: Add windowId common definition type
This adds a new type called `windowId` which uniquely identifies an IDE window. It is possible to have multiple windows of the same IDE openened at the same time, and this should differentiate them. The plan is to attach this value to all telemetry events. Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 2539deb commit f768d59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1473,6 +1473,11 @@
14731473
"type": "string",
14741474
"description": "A token used for flow metrics to link calls together"
14751475
},
1476+
{
1477+
"name": "windowId",
1478+
"type": "string",
1479+
"description": "An identifier for a specific IDE window, since there can be multiple windows from the same IDE open on a machine."
1480+
},
14761481
{
14771482
"name": "xrayEnabled",
14781483
"type": "boolean",

0 commit comments

Comments
 (0)