#NextJS Sourcemaps Debug Id issue

9 messages · Page 1 of 1 (latest)

daring marsh
#

Hello,
We are trying to use Sentry in our NextJS web app. When we try to unminify error stack traces, we get this error which seems to be associated with a faulty source map upload, but since we use the NextJS integration that is suppsoed to be handled under the hood, so we couldn't find out how to resolve this issue. How should we proceed?

wanton copper
#

can you share more of the event? a link would be great

daring marsh
daring marsh
wanton copper
#

Can you try bumping to the latest SDK version and also bumping the @sentry/cli subdependency to the latest version?

#

The issue I can see is cthat you didn't upload your sourcemaps

#

please check your build logs

daring marsh
# wanton copper please check your build logs

A can not see sorcemaps being uplaoded mentioned on the logs, but since were using withSentryConfig with the nextjs integration, that is suppsoed to be automatically configured, no?

wanton copper
#

If the SDK is not able to upload sourcemaps it would tell you in the build logs, unless you have silenced the logs with silent: true.