DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Frontend Architecture Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Architecture
Why should source maps be uploaded to error trackers like Sentry but deleted from public CDN directories?
A
Because source maps slow down page rendering if served in CDN directories
B
To allow the error tracker to resolve minified stack traces back to original code lines privately, without exposing raw source files to the public
C
Because CDNs charge extra bandwidth costs for parsing source map files
D
To prevent browsers from executing JavaScript files
Check Answer