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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: