-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically turn on source maps generation #256
Comments
I think if someone goes as far and adds the plugin - they want source maps. For those people where the wizard adds it - it's also fine. The countet argument is, without source maps - Sentry is more or less useless. |
I want to be careful especially with the move towards Next.js server actions and all. We could be publishing serverside source code that contains secrets. But yea I wanna do this too. |
This issue has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
I think this would be key. If you force enable source maps, they should not end up in the output. I've seen production Electron apps that have shipped source maps and this is almost always unintentional! |
Related to this issue: getsentry/sentry-javascript#13993 If no source map settings are set, we will enable 'hidden' source maps. |
The text was updated successfully, but these errors were encountered: