What's Changed
Important Changes
- feat(sourcemaps): Add
inject
option to inject debug ids into source files and sourcemaps (#229)
A new option to inject Debug IDs into source files and sourcemaps was added to the action to ensure proper un-minifaction of your stacktraces. We strongly recommend enabling this by setting inject: true
in your action alongside providing a path to sourcemaps.
Other Changes
- feat(telemetry): Collect project specific tags (#228)
Full Changelog: v1...v1.9.0