Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

Protected Source Maps: Ship browser source maps securely - Vercel

Vercel News·Andrew Gadzik·4 days ago
#lEe3go1t
#vercel#maps#production#protected#code#photo
Reading 0:00
15s threshold

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. Existing projects can opt in from Settings → Deployment Protection, with no redeploy needed.

Learn more in the documentation.

Read More