What problem does it solve?
Source maps bridge production stack traces back to the original source code by uploading maps to Sentry, enabling readable error reporting.
Core Features & Use Cases
- Automates source map uploads to Sentry via build tool plugins (Vite, Webpack, Rollup, esbuild) or via the sentry-cli in CI, ensuring maps are associated with the correct release.
- Supports release management workflows including injecting Debug IDs, associating deployments, and deleting maps after upload to protect source code.
- Suitable for web apps and CI pipelines that require reliable, end-to-end source map handling for production debugging.
Quick Start
Configure SENTRY_AUTH_TOKEN, SENTRY_ORG, and SENTRY_PROJECT, ensure your build generates maps, then choose a method (build plugin or CLI) and run the upload workflow.