#Sentry / Turborepo / Docker / NextJS - issues not sent to Sentry

3 messages · Page 1 of 1 (latest)

lilac hearth
#

I'm sooo stuck on why my Sentry is not receiving any errors. If have a debug page, which is triggering an error, but it's not entering my Sentry dashboard. I've checked all environment variables sooo many times.
https://voicy.dev/sentry-debug-page

Running a standalone output with this Dockerfile, I do nowhere see any error regarding to Sentry. nor see I any reason why this wouldn't work compared to other setup.

The output of my server.js file also includes some sentry variables from withSentryConfig. I'm totally out of options how to debug this or how to make this work. Any tips?

earnest urchin
#

Hi, what version of nextjs are you using?

lilac hearth
#

All latest. NextJS 15.3.4 and "@sentry/nextjs": "9.33.0", @earnest urchin