### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] 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 1. Add an option to **not hide** source-maps ``` sentry: { hideSourceMaps: false, } ``` 2. 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!
Is there an existing issue for this?
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
Expected Result
Source-maps visible
Actual Result
Source-maps invisible
Note: I can make it work by adding
disableClientWebpackPlugin: false. But is not documented anywhereThanks!