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?
#NextJS Sourcemaps Debug Id issue
9 messages · Page 1 of 1 (latest)
can you share more of the event? a link would be great
Not the exact same event, but the same issue can be seen in this link https://playable-factory-4l.sentry.io/issues/13144530/events/51c1aa1cab304525b9135e4194c7c4e5/
thansk for the reply
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
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?
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.