- fix: Mark
GITHUB_WORKSPACE
a safe git directory (#260) by @andreiborza
Note
This release contains no changes over v1.10.4
and is just meant to unblock users that have upgraded to v2
before.
We recommend pinning to v1
.
Last week we pushed a v2
branch that triggered dependabot which treated it as a release.
This was not meant to be a release, but many users have upgraded to v2
.
This release will help unblock users that have upgraded to v2
.
Please see: #209
- fix(action): Use
action/setup-node
instead of unofficial volta action (#256) by @andreiborza
- fix(ci): Use volta to ensure node and npm are available (#255) by @andreiborza
- fix(action): Ensure working directory always starts out at repo root (#250)
- fix(action): Use
npm
instead ofyarn
to installsentry-cli
(#251)
This release contains changes concerning maintainers of the repo and has no user-facing changes.
- feat(action): Support macos and windows runners
We now publish a composite action that runs on all runners. Actions can now be properly versioned, allowing pinning versions from here on out.
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)
For previous releases, check the Github Releases page.