Which section?
SDK -> Expected Feature -> User Feedback
Page URL
https://develop.sentry.dev/sdk/expected-features/#user-feedback
Description
Copying from the old repo, which got archived:
The current User Feedback SDK is documented here: https://develop.sentry.dev/sdk/features/#user-feedback
With the new feedback product allowing for capture of feedback outside errors. With the ability to include attachments (e.g: screenshots), tags, and other user context. The protocol has been expanded.
A new API is also being done on JS. Aligning on a new function captureFeedback. The previous captureUserFeedback can be deprecated in favor of the new.
The eventId that we took before is now optional. And the plan is to rename it to something else since the feedback itself will have an id, and eventId is ambiguous.
This will unblock in particular the Mobile SDKs
Relates to:
Suggested Solution
Clarify the new API and guidelines
Which section?
SDK -> Expected Feature -> User Feedback
Page URL
https://develop.sentry.dev/sdk/expected-features/#user-feedback
Description
Copying from the old repo, which got archived:
The current User Feedback SDK is documented here: https://develop.sentry.dev/sdk/features/#user-feedback
With the new feedback product allowing for capture of feedback outside errors. With the ability to include attachments (e.g: screenshots), tags, and other user context. The protocol has been expanded.
A new API is also being done on JS. Aligning on a new function captureFeedback. The previous captureUserFeedback can be deprecated in favor of the new.
The eventId that we took before is now optional. And the plan is to rename it to something else since the feedback itself will have an id, and eventId is ambiguous.
This will unblock in particular the Mobile SDKs
Relates to:
Rename
sendFeedbacktocaptureFeedback& enhance it sentry-javascript#10953User Feedback - Application documentation develop#1208
Worth linking/connecting the two docs ^
Document protocol of new feedback: https://develop.sentry.dev/sdk/data-model/envelope-items/#user-feedback sentry#64700
Suggested Solution
Clarify the new API and guidelines