Skip to content

Releases: getsentry/sentry-cli

2.50.1

22 Jul 12:34
25d339f
Compare
Choose a tag to compare

Various fixes & improvements

New experimental feature

This release introduces the new experimental mobile-app upload subcommand. This command is experimental, and therefore subject to changes, including breaking changes and/or removal, in any release. The command might not work as expected.

2.50.0

18 Jul 12:31
Compare
Choose a tag to compare

Various fixes & improvements

  • feat(js): Expose rejectOnError in public execute type declarations (#2628) by @Lms24

2.49.0

18 Jul 09:47
Compare
Choose a tag to compare

Various fixes & improvements

  • feat(js): Export live option type for releases.uploadSourceMaps (#2627) by @Lms24

2.48.0

18 Jul 07:52
21837a3
Compare
Choose a tag to compare

Various fixes & improvements

  • feat(js): Add live: 'rejectOnError' execution mode to execute method (#2605) by @Lms24

Build-time changes

2.47.1

14 Jul 14:36
ea155a4
Compare
Choose a tag to compare

No user-facing changes.

2.47.0

08 Jul 15:22
83dfe33
Compare
Choose a tag to compare

Various fixes & improvements

2.46.0

27 May 14:29
0362df6
Compare
Choose a tag to compare

Various fixes & improvements

2.46.0-alpha

27 May 13:59
59d6323
Compare
Choose a tag to compare
2.46.0-alpha Pre-release
Pre-release

Various fixes & improvements

2.45.0

08 May 14:21
bed438e
Compare
Choose a tag to compare

New feature

  • feat(sourcemaps): Multi-project sourcemaps upload (#2497) by @szokeasaurusrex
    • Sourcemaps can now be uploaded to multiple projects at once by passing each project to the sentry-cli sourcemaps upload command, like so:
      sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
    • Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.

Various fixes & improvements

2.44.0

05 May 09:15
b286f75
Compare
Choose a tag to compare

Various fixes & improvements