Why I could not find the screenshots send by the user in User Feedback UI
Environment SaaS (https://sentry.io/) What are you trying to accomplish? I built my own custom UI to send user feedback, however I could not find the screenshot I send: User Interface Function export function sendFeedback(feedback: Feedback) { const { name, email, message, reaction, category, screenshot } = feedback const eventId = Sentry.lastEventId() const userFeedback = { […]