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?