Skip to content

Commit 9effa66

Browse files
authored
telemetry: mark codeFixAction as optional aws#912
## Problem - `codeFixAction` in `codewhisperer_codeScanIssueApplyFix` event is marked as required. ## Solution - Updating `codeFixAction` in `codewhisperer_codeScanIssueApplyFix` event. - This change is related to this PR: aws#907
1 parent 88219cc commit 9effa66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4373,7 +4373,8 @@
43734373
"description": "Called when a code scan issue suggested fix is applied",
43744374
"metadata": [
43754375
{
4376-
"type": "codeFixAction"
4376+
"type": "codeFixAction",
4377+
"required": false
43774378
},
43784379
{
43794380
"type": "component"

0 commit comments

Comments
 (0)