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,
}),
],
the page is not scrollable.
It does not reproduce if you cancel your feedback
Is there an existing issue for this?
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
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