Uploading Source Maps
Learn how to provide your source maps to Sentry for the JavaScript SDK.
To upload your Angular project's source maps to Sentry, we recommend one of these options:
- Angular CLI and Sentry webpack plugin
Use the Angular CLI, a custom Angular builder and the Sentry webpack plugin to set releases and upload source maps automatically when runningng build. - Nx Angular CLI and Sentry webpack plugin
If you're using Nx, use@nx/angularCLI and the Sentry webpack plugin to set releases and upload source maps automatically when runningnx build. - Sentry CLI
Upload source maps manually using Sentry CLI.
These options work well with Angular projects out of the box. For other bundlers or more advanced projects and configurations, take a look at the following guides and options for uploading sourcemaps:
Was this helpful?
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").