Skip to content

Commit

Permalink
feat: Add windowId common definition type
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nkomonen-amazon committed Aug 26, 2024
1 parent 2539deb commit f768d59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1473,6 +1473,11 @@
"type": "string",
"description": "A token used for flow metrics to link calls together"
},
{
"name": "windowId",
"type": "string",
"description": "An identifier for a specific IDE window, since there can be multiple windows from the same IDE open on a machine."
},
{
"name": "xrayEnabled",
"type": "boolean",
Expand Down

0 comments on commit f768d59

Please sign in to comment.