Skip to content

Commit

Permalink
telemetry: mark codeFixAction as optional #912
Browse files Browse the repository at this point in the history
## Problem
- `codeFixAction` in `codewhisperer_codeScanIssueApplyFix` event is
  marked as required.

## Solution
- Updating `codeFixAction` in `codewhisperer_codeScanIssueApplyFix` event.
- This change is related to this PR: #907
  • Loading branch information
laileni-aws authored Nov 13, 2024
1 parent 88219cc commit 9effa66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4373,7 +4373,8 @@
"description": "Called when a code scan issue suggested fix is applied",
"metadata": [
{
"type": "codeFixAction"
"type": "codeFixAction",
"required": false
},
{
"type": "component"
Expand Down

0 comments on commit 9effa66

Please sign in to comment.