Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

29 lines (17 loc) · 1.08 KB

Changelog

1.10.2

  • fix(action): Ensure working directory always starts out at repo root (#250)
  • fix(action): Use npm instead of yarn to install sentry-cli (#251)

1.10.1

This release contains changes concerning maintainers of the repo and has no user-facing changes.

1.10.0

  • 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.

1.9.0

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)

Previous Releases

For previous releases, check the Github Releases page.