We’re using Sentry on-premise (21.3.0) and having issues with user feedback. In our Electron app, users can open the feedback dialog and send us feedback. While everything seems to work in the client (the HTTP request is answered with status code 200), we don’t see any entries in the “user feedback” section.
How do you debug this? Which component’s logs should I check? We’re using the Sentry Helm chart from GitHub - sentry-kubernetes/charts: Easily deploy Sentry on your Kubernetes Cluster and in general Sentry works fine, so issues come in from the client. The only thing that doesn’t work is the user feedback.
I don’t know if this is to be expected, but the response to the request sending the feedback return an empty JSON object {}.
I’ve seen a similar (or the same?) issue in Sentry’s SDK GitHub Issue tracker, but it was never resolved: I can't see the submitted user feedback in my project · Issue #1429 · getsentry/sentry-javascript · GitHub
Sebastian