Source Maps
Upload Source Map
Upload source maps for readable stack traces in error reports
POST
Source map uploads are available on Pro and Team plans.
Request
This endpoint acceptsmultipart/form-data for file uploads.
The source map file (.map)
The URL of the minified JavaScript file this map corresponds to (e.g., “https://example.com/assets/app.min.js”)
Release version this source map belongs to
Service ID
Response
Returns upload confirmation.Build Tool Integration
Webpack
webpack.config.js
Vite
vite.config.js