Protected Source Maps: Ship browser source maps securely (opens in new tab)
**Published:** May 14, 2026 | **Authors:** Andrew Gadzik --- You can now restrict access to production source maps with Protected Source Maps, which puts browser `.map` files behind Vercel Authentication. Your team can fetch them; everyone else gets a 404. Source maps are how you debug minified production code. They give you readable stack traces and your original source code, with the real filenames and line numbers intact. New projects have Protected Source Maps enabled by default. Exis...
Read the original article