Description
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/nextjs
SDK Version
8.9.2
Framework Version
NextJs 14
Link to Sentry event
No response
SDK Setup
integrations: [
Sentry.replayIntegration({
// Additional Replay configuration goes in here, for example:
maskAllText: true,
blockAllMedia: true,
}),
Sentry.feedbackIntegration({
// Additional SDK configuration goes in here, for example:
colorScheme: 'system',
triggerLabel: 'Feedback',
submitButtonLabel: 'Send your feedback',
showName: false,
showEmail: false,
messagePlaceholder: 'What could be improved?',
formTitle: 'Make F4R better !',
showBranding: false,
}),
],
Steps to Reproduce
1-go on a page that has scrolling
2-report a feedback on said page - at that time scrolling is disabled to preserve sentry feedback widget
3-submit feedback
Expected Result
The page is scrollable again
Actual Result
the page is not scrollable.
It does not reproduce if you cancel your feedback
Metadata
Metadata
Assignees
Type
Projects
Status
Waiting for: Product Owner