Skip to content
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

Open
3 tasks done
Amanuel-web opened this issue Aug 26, 2024 · 6 comments
Open
3 tasks done

User feedback not showing after fully render in next.js #13467

Amanuel-web opened this issue Aug 26, 2024 · 6 comments
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK Waiting for: Community

Comments

@Amanuel-web
Copy link

Amanuel-web commented Aug 26, 2024

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

@github-actions github-actions bot added the Package: nestjs Issues related to the Sentry Nestjs SDK label Aug 26, 2024
@andreiborza
Copy link
Member

Hello, thanks for writing in. Could you please provide a reproduction stackblitz or a repo?

@Amanuel-web
Copy link
Author

Amanuel-web commented Aug 29, 2024

Hello, thanks for writing in. Could you please provide a reproduction stackblitz or a repo?

https://github.com/Amanuel-web/PROJECT-FOLIO.git

@andreiborza
Copy link
Member

Thanks! We'll take a look at it.

@andreiborza
Copy link
Member

I've had a look through your project and it seems like you're having some errors in 3d-pin.tsx that cause this issue. I looked through that component but can't really spot anything that would interfere with Sentry or be specific to Sentry.

I'd suggest by starting to fix that component and see if you're still running into this issue.

@Amanuel-web
Copy link
Author

I've had a look through your project and it seems like you're having some errors in 3d-pin.tsx that cause this issue. I looked through that component but can't really spot anything that would interfere with Sentry or be specific to Sentry.

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

@s1gr1d
Copy link
Member

s1gr1d commented Sep 2, 2024

I took a look as well and there is probably something wrong with PinPerspective. Even when Sentry is not enabled, the error shows up. I would suggest finding the error somewhere in this component or trying to fix the other server-client mismatch errors that pop up in the console.

@lforst lforst added Package: nextjs Issues related to the Sentry Nextjs SDK and removed Package: nestjs Issues related to the Sentry Nestjs SDK labels Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Package: nextjs Issues related to the Sentry Nextjs SDK Waiting for: Community
Projects
Status: Waiting for: Community
Development

No branches or pull requests

5 participants