I’m trying to use Sentry.showReportDialog() to provide a user feedback feature, even is there is no exception caught.
Manually triggering Sentry.showReportDialog() is triggering this error : Uncaught Error: Missing `eventId` option in showReportDialog call at new SentryError
Your have to have an event to go with it. You could generate one using captureMessage, but that may not be what you’re aiming for. If you wanted only event when feedback was submitted your likely have to render a form yourself and use our API. We’re not opposed to making this concept possible it just hasn’t been a focus for us.
You do not have permission to perform this action means that the user that created the token needs to be in a role of Admin, Manager or Owner. I would suggest using the minimum which is Admin (Admin < Manager < Owner).
The server doesn’t show anything. My first guess is that the event_id needs to be generated in the Sentry Server first and then it is possible to generate a Feedback message in the Sentry System. Is that correct? or am I doing something wrong?