This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 224
SDK docs for User Feedback v2 #1206
Comments
@mydea could you give us a hand with this? I believe we're ready to deprecated SDK engineers that have |
ryan953
added a commit
to getsentry/sentry-javascript
that referenced
this issue
May 10, 2024
…n 7.x to 8.0.0 (#11731) As the User Feedback feature moves from alpha/beta to GA some changes to the public API have been made, and version requirements for the server (for on-prem users) are being solidified. Related to getsentry/develop#1206 --------- Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com> Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
andreiborza
pushed a commit
to getsentry/sentry-javascript
that referenced
this issue
May 16, 2024
…n 7.x to 8.0.0 (#11731) As the User Feedback feature moves from alpha/beta to GA some changes to the public API have been made, and version requirements for the server (for on-prem users) are being solidified. Related to getsentry/develop#1206 --------- Co-authored-by: Catherine Lee <55311782+c298lee@users.noreply.github.com> Co-authored-by: Billy Vong <billyvg@users.noreply.github.com>
@armcknight this is the ticket tracking the develop docs for the new User Feedback API and protocol. |
This was referenced Jul 23, 2024
1 task
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 previouscaptureUserFeedback
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, andeventId
is ambiguous.Document the new envelope format too. Mark the old one as deprecated.
This will unblock in particular the Mobile SDKs
Relates to:
Worth linking/connecting the two docs ^
The text was updated successfully, but these errors were encountered: