-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/nextjs
SDK Version
7.16.0
Framework Version
12.3.1
Link to Sentry event
No response
Steps to Reproduce
- Add an option to not hide source-maps
sentry: {
hideSourceMaps: false,
}
- Deploy to vercel preview and capture any exception
Expected Result
Source-maps visible
Actual Result
Source-maps invisible
Note: I can make it work by adding disableClientWebpackPlugin: false. But is not documented anywhere
Thanks!
Metadata
Metadata
Assignees
Labels
Package: nextjsIssues related to the Sentry Nextjs SDKIssues related to the Sentry Nextjs SDK