You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(nitro): Default to hidden source maps when Sentry enables them
Previously when users didn't set `sourcemap`, we set it to `true`, which
causes Nitro/Vite to append `//# sourceMappingURL=` to each output file,
publicly exposing sourcemap references. Switch to `'hidden'` so .map files
are still emitted (and uploaded/deleted by Sentry) without the public
reference comment.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments