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
This does not easily allow to create a custom feedback form.
Solution Brainstorm
Similar to the way it has been implemented in @sentry/react-native, I would like a [captureFeedback](https://github.com/getsentry/sentry-react-native/blob/ab6a1fe411f33dbfc676a2d81a3694ca56366f05/src/js/sdk.tsx#L244) function in @sentry/browser.
It could probably re-use most of the code from the RN implementation, which could be moved into this package to avoid duplication.
The text was updated successfully, but these errors were encountered:
I would also really like to see this. I'm finding implementing user feedback via the API a bit difficult, and it would be nice to not need to create a project:write auth token.
Problem Statement
Currently collecting User Feedback requires either:
This does not easily allow to create a custom feedback form.
Solution Brainstorm
Similar to the way it has been implemented in
@sentry/react-native
, I would like a[captureFeedback](https://github.com/getsentry/sentry-react-native/blob/ab6a1fe411f33dbfc676a2d81a3694ca56366f05/src/js/sdk.tsx#L244)
function in@sentry/browser
.It could probably re-use most of the code from the RN implementation, which could be moved into this package to avoid duplication.
The text was updated successfully, but these errors were encountered: