Closed
Description
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
A user is encountering an issue with the "Report a Bug" form when using the screenshot button manually.
Steps:
Add the report a bug form manually in Sentry/vue.
Click on the "Take Screenshot" button.
Integration in Sentry/vue:
integrations: [
Sentry.feedbackAsyncIntegration({
autoInject: false,
showBranding: false
})
]
Code for creating the form:
const { $sentry } = useNuxtApp()
const form = await $sentry.getClient()?.getIntegrationByName('Feedback')?.createForm()
form.appendToDom()
form.open()
Expected Result
The screenshot should be taken without errors.
Actual Result
The "Take Screenshot" button errors out.
Product Area
User Feedback
Link
No response
DSN
No response
Version
No response
┆Issue is synchronized with this Jira Improvement by Unito
Metadata
Metadata
Type
Projects
Status
No status