-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User feedback not showing after fully render in next.js #13467
Comments
Hello, thanks for writing in. Could you please provide a reproduction stackblitz or a repo? |
|
Thanks! We'll take a look at it. |
I've had a look through your project and it seems like you're having some errors in I'd suggest by starting to fix that component and see if you're still running into this issue. |
i've tried removing the 3d-pin but the problem still there the only way to make it work is to remove the whole class from rendering |
I took a look as well and there is probably something wrong with |
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
"@sentry/nextjs": "^8.26.0"
Framework Version
"next": "14.2.6",
Link to Sentry event
https://jsm-m9.sentry.io/issues/
Reproduction Example/SDK Setup
dsn: "https://1d82823f944af2a1d016ed4a052f8af6@o4507784333033472.ingest.us.sentry.io/4507835111243776",
Steps to Reproduce
when the app loads it starts showing the button but after fully render the button disappears
Expected Result
Sentry.feedbackIntegration({
colorScheme: "dark",
}),
added and to see the Report a bug button
Actual Result
when the app loads it starts showing the button but after fully render the button disappears
The text was updated successfully, but these errors were encountered: