Skip to content

Add an API for User Feedback #6252

@renchap

Description

@renchap

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.

Metadata

Metadata

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions