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): add fields for code fix events (#963)
## Problem
Need to understand:
- How many users are using fix feature from /review (not auto-review)
- How many fixes were generated/applied for each scanJob
- How many code fix requests were unable to generate a fix
## Solution
- Add flag `autoDetected` to be able to filter out auto-review findings
- Add flag `includesFix`.
- Add `codewhispererCodeScanJobId` to associate a fix action with a
specific scan that produced the finding
0 commit comments