#@sentry/nextjs SourceMap not found

2 messages · Page 1 of 1 (latest)

chrome karma
#

I have a project that integrates @sentry/nextjs in my app. I found out that most of client-side errors cannot be unminifed under any circumstances,

I've tried to turn on the debug during build process and found out a lot of

         ~/21aed1e9-ac24-459b-bb0f-1361f354009b-24.js (no sourcemap found, debug id 21aed1e9-ac24-459b-bb0f-1361f354009b)
       - warning: could not determine a source map reference (Could not auto-detect referenced sourcemap for ~/21aed1e9-ac24-459b-bb0f-1361f354009b-24.js)

What should I do to resolve this issue? Or is this unrelated to my problem above?

green blaze
#

+1 on this, I'm experiencing the same issue. Server side stacktrace is working fine but client side I only get minified even if it is enabled during build