-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename sendFeedback
to captureFeedback
& enhance it
#10953
Comments
Worth noting whatever we're doing here makes sense to become part of the protocol extending our current one. That's going to be eventually be built in many SDKs (in particular those with a UI like mobile and desktop). This means updating this document: https://develop.sentry.dev/sdk/features/#user-feedback |
Is there any reason to still use |
sendFeedback
API into existing captureUserFeedback
sendFeedback
to captureFeedback
& enhance it
From @lforst
|
We want to deprecate
captureUserFeedback
, and instead have a new APIcaptureFeedback
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, onlycaptureFeedback
will remain (~in v9 or beyond).The text was updated successfully, but these errors were encountered: