Support extra information to passed to AI User Feedback component
What does this MR do and why?
This MR adds "extra" information that will be sent along in our tracking mechanism.
// Example
extra: {
id: 1,
severity: 'High',
file: 'html',
identifiers: 'CWE-100, CWE-200'
}
Note: This is just the first iteration. More information to be added (ie. prompt, response)
Screenshots or screen recordings
There no UI/UX changes in this MR
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Samantha Ming