Stay up to date on everything big and small, from product updates to SDK changes.

Sentry's Release GitHub Action v3 is out with improved support for JavaScript source maps to ensure stacktraces of issues can be properly un-minified.
The action now automatically injects Debug IDs into your JavaScript source files and source maps.
- uses: getsentry/action-release@v3
with:
environment: 'production'
# for JavaScript projects with source maps
sourcemaps: './dist'
Read more about Artifact Bundles here. Please reach out on GitHub if you have any feedback or concerns.