7B
feedbackIntegration onSubmitSuccess should not only return the form data, but also the ID of the created feedback item · Issue #16836 · getsentry/sentry-javascript · GitHub
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
It would be useful so we can use this data to connect sentry feedback items to (in our case) e.g. a salesforce ticket.
When the form is submitted, take the ID of the feedback item and use e.g. an API to store / connect it to external services (in our case, add a link to the feedback item to a salesforce ticket)