Description
We want to deprecate captureUserFeedback
, and instead have a new API captureFeedback
that users can use instead.
This will send to the new feedback API, and allow to optionally define an event id that should be assigned to the feedback. This API will also apply scope etc. to the feedback event.
We will keep the old captureUserFeedback
API for v8, as the new API will require a newer self-hosted version. Eventually, only captureFeedback
will remain (~in v9 or beyond).
- This ticket is requesting context for the old crash modal, but is related: User Feedback Feature Request: Custom context #10916
- Attachments: Add attachments to user feedback sentry#49946