Skip to content

Bug Report: Screenshot Button Error in Report a Bug Form #12534

Closed
@Kobby-Bawuah

Description

@Kobby-Bawuah

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.

image

Product Area

User Feedback

Link

No response

DSN

No response

Version

No response

┆Issue is synchronized with this Jira Improvement by Unito

Metadata

Metadata

Labels

Sync: Jiraapply to auto-create a Jira shadow ticket

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions