Closed as not planned
Description
openedon Jul 23, 2024
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
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.
Metadata
Assignees
Type
Projects
Status
Waiting for: Community
Activity