Minified Stack Traces in Sentry with Next.js
Unanswered
Texas leafcutting ant posted this in #help-forum
Texas leafcutting antOP
I’m using Next.js with Sentry for error tracking, and although source maps are uploaded as artifact bundles, the stack traces in Sentry are still minified. The build happens inside a Docker container.
Here’s my setup:
- Using Sentry SDK for Next.js
- Source maps are generated and uploaded
- Release handling is configured
- Build is done inside a Docker container
Any ideas on why the stack traces remain minified?
Here’s my setup:
- Using Sentry SDK for Next.js
- Source maps are generated and uploaded
- Release handling is configured
- Build is done inside a Docker container
Any ideas on why the stack traces remain minified?