Skip to content

Releases: getsentry/sentry-cli

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

2.43.1

28 Apr 08:59
efad25e
Compare
Choose a tag to compare

Various fixes & improvements

2.43.0

27 Mar 10:46
953ea68
Compare
Choose a tag to compare

This release explicitly deprecates the sentry-cli debug-files upload command's --info-plist argument, since the argument does nothing. If you are using the --info-plist argument, you should stop using it.

Various fixes & improvements

2.42.5

26 Mar 10:44
bebba20
Compare
Choose a tag to compare

This is a re-release of 2.45.5-alpha as a stable release. There are no code changes from 2.45.5-alpha, since the Windows ARM build for that version was published successfully.

2.42.5-alpha

25 Mar 13:58
c9b50ab
Compare
Choose a tag to compare
2.42.5-alpha Pre-release
Pre-release

This release adds a binary for Windows on ARM.

We are releasing this as an alpha to test that the new Windows ARM build is published to NPM correctly.

Various fixes & improvements

2.42.4

19 Mar 16:21
Compare
Choose a tag to compare

Various fixes & improvements

2.42.3

13 Mar 12:46
Compare
Choose a tag to compare

Various fixes & improvements

  • fix(sourcemaps): Fix mismatches between path and URL on Windows (#2414) by @BYK