Sentry's Release GitHub Action now supports injecting Debug IDs into JavaScript source files and sourcemaps to ensure stacktraces of issues can be properly un-minified. We strongly recommend enabling this if you use the action to upload sourcemaps.
Simply set inject: true
in your GitHub workflow:
- uses: getsentry/action-release@v1
with:
environment: 'production'
inject: true
sourcemaps: './dist'
Read more about Artifact Bundles here. Please reach out on GitHub if you have any feedback or concerns.