Skip to content
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

Feature request: User feedback capturing feature #1727

Open
JanMikes opened this issue Apr 3, 2024 · 1 comment
Open

Feature request: User feedback capturing feature #1727

JanMikes opened this issue Apr 3, 2024 · 1 comment

Comments

@JanMikes
Copy link
Contributor

JanMikes commented Apr 3, 2024

Problem Statement

There is API for sending user feedback, currently in beta. It would be awesome to add support to the official SDK to cover this Sentry feature.

The JavaScript SDK could do the job, but i want to not expose DSN to the user and have the feedback sent via backend with custom form and extra logic in PHP.

Solution Brainstorm

Probably adding it to the \Sentry\ClientInterface + \Sentry\State\HubInterface is the way (and ofc to the implementation).

My current solution is totally own sentry independent http client sending requests to https://sentry.io/api/0/projects/{{organization_slug}}/:project_slug/user-feedback/ as documented in the official postman collection.

@cleptric
Copy link
Member

cleptric commented Apr 3, 2024

The API is not ready yet and we lack proper defined APIs in the SDKs, too. Backlogging for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants