Skip to content

Commit 5e7213c

Browse files
authored
telemetry(amazonq): amazonq_addMessage fields not required (#1003)
1 parent da8165c commit 5e7213c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2210,13 +2210,15 @@
22102210
"required": false
22112211
},
22122212
{
2213-
"type": "cwsprChatFullDisplayLatency"
2213+
"type": "cwsprChatFullDisplayLatency",
2214+
"required": false
22142215
},
22152216
{
22162217
"type": "cwsprChatFullResponseLatency"
22172218
},
22182219
{
2219-
"type": "cwsprChatFullServerResponseLatency"
2220+
"type": "cwsprChatFullServerResponseLatency",
2221+
"required": false
22202222
},
22212223
{
22222224
"type": "cwsprChatHasCodeSnippet",
@@ -2291,16 +2293,19 @@
22912293
"type": "cwsprChatTimeBetweenChunks"
22922294
},
22932295
{
2294-
"type": "cwsprChatTimeBetweenDisplays"
2296+
"type": "cwsprChatTimeBetweenDisplays",
2297+
"required": false
22952298
},
22962299
{
22972300
"type": "cwsprChatTimeToFirstChunk"
22982301
},
22992302
{
2300-
"type": "cwsprChatTimeToFirstDisplay"
2303+
"type": "cwsprChatTimeToFirstDisplay",
2304+
"required": false
23012305
},
23022306
{
2303-
"type": "cwsprChatTimeToFirstUsableChunk"
2307+
"type": "cwsprChatTimeToFirstUsableChunk",
2308+
"required": false
23042309
},
23052310
{
23062311
"type": "cwsprChatTriggerInteraction"

0 commit comments

Comments
 (0)