-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Meta: Help WantedPackage: browserIssues related to the Sentry Browser SDKIssues related to the Sentry Browser SDKType: Improvement
Description
Problem Statement
Currently collecting User Feedback requires either:
- Loading the feedback modal from Sentry, without many customisation available
- Implementing it from scratch, including an API call to Sentry
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.
tetsuwanadam, JimTeva, Octexor, krystofwoldrich and bruno-garciaCodySchaaf
Metadata
Metadata
Assignees
Labels
Meta: Help WantedPackage: browserIssues related to the Sentry Browser SDKIssues related to the Sentry Browser SDKType: Improvement