### Environment SaaS (https://sentry.io/) ### Steps to Reproduce Add sentry in next.js app Add Feedback integration in the integrations section of sentry.client.config.ts Sentry.init({ // other config options integrations: [ // other integrations Sentry.feedbackIntegration({ // Additional SDK configuration goes in here, for example: colorScheme: "system", isNameRequired: true, }), ] }) ### Expected Result The user feedback button should render on the screen when the next.js application loads in the browser. ### Actual Result The user feedback button does load initially but disappears instantly after the next.js application completely loads in the browser. ### Product Area Issues - Suggested Fix ### Link _No response_ ### DSN https://9e8ed01a6b4c75d925bb498ba646ab6c@o4508846884782080.ingest.us.sentry.io/4508868106584064 ### Version _No response_