You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
telemetry(amazonq): patch #6053 which only updates Toolkit telemetry and miss Q sendTelemetryEvent (#6106)
## Problem
same purpose as #6053 to fix telemetry sending for empty suggestion case
```
there are 2 scenarios where we consider "Empty"
1. empty list of suggestion : `[]`
2. non empty list of suggestion with empty content: `['', '']`
Currently, only (2) will have plugins send out `userTriggerDecision` event whereas (1) doesn't.
```
But #6053 only fixed Toolkit telemetry and missed Q sendTelemetryEvent
API
## Solution
0 commit comments