Skip to content

Screenshots for feedback are blank in Nuxt app #13014

Closed as not planned
Closed as not planned

Description

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/browser

SDK Version

8.15.0

Framework Version

Nuxt 3.12.2

Link to Sentry event

No response

SDK Setup/Reproduction Example

  Sentry.init({
        app: nuxtApp.vueApp,
        dsn: sentry.dsn,
        environment: env,
        integrations: [
            Sentry.feedbackIntegration({
                colorScheme: 'system',
                buttonLabel: 'Feedback',
                submitButtonLabel: 'Send Feedback',
                formTitle: 'Send Feedback',
            }),
            Sentry.browserTracingIntegration({
                router
            }),
            Sentry.replayIntegration()
        ],
        tracesSampleRate: 1.0, // Change in prod
        replaysSessionSampleRate: 1.0, // Change in prod
        replaysOnErrorSampleRate: 1.0 // Change in prod if necessary
    })

Steps to Reproduce

By using feedbackIntegration you can send a screenshot with you message to sentry. However while using Nuxt this screenshot is just a blank file.

#12950 Also made this discussion. But it seems like a bug.

Expected Result

After taking a screenshot I expect to receive a screenshot in the sentry issue mail.

Actual Result

I do receive a file, yet it is blank.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

Projects

  • Status

    Waiting for: Community

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions