Skip to content

Releases: getsentry/sentry-cli

2.39.1

26 Nov 13:12
Compare
Choose a tag to compare

Various fixes & improvements

2.39.0

22 Nov 18:44
63b0fbb
Compare
Choose a tag to compare

Features/improvements

  • feat(proguard): Introduce experimental chunk uploading feature (#2264) by @szokeasaurusrex
  • feat: Read debug IDs from debugId field in sourcemaps (#2222)

Various fixes & improvements

  • ref(proguard): Delete pointless code (#2263) by @szokeasaurusrex
  • fix: Improve error handling in dif.rs (#2225)
  • ci: Run codeql-analysis on all PRs (#2224)
  • build: Add assert_cmd as a dev dependency
  • ref(api): Remove dead code (#2217)
  • ref: Remove SENTRY_DUMP_REPONSE environment variable (#2212)
  • ref(utils): Remove allow(dead_code) from update utils (#2216)
  • ref(api): Remove blanket allow(dead_code) (#2215)
  • ref(api): Only allow dead code where needed (#2213)

Changes to tests

2.38.2

04 Nov 12:35
Compare
Choose a tag to compare

Various fixes & improvements

2.38.1

30 Oct 13:49
Compare
Choose a tag to compare

Various fixes & improvements

2.38.0

22 Oct 14:47
Compare
Choose a tag to compare

Various fixes & improvements

2.37.0

07 Oct 13:26
6b1ef1d
Compare
Choose a tag to compare

All Xcode uploads are now executed in the foreground, which should allow for easier debugging of any problems that occur while uploading files during the build process, since errors will be logged directly within Xcode.

With this change, the --force-foreground flag is no longer needed, since we always upload in the foreground. The flag is now a deprecated no-op.

2.36.6

02 Oct 14:05
8682ddb
Compare
Choose a tag to compare

There are no code changes in this release. It is being performed to test an update to the release build process.

2.36.5

01 Oct 09:24
362ff38
Compare
Choose a tag to compare

There are no code changes in this release. It is a re-release of 2.36.4, which we are making because 2.36.4 and 2.36.3
failed to publish to PyPI.

2.36.4

30 Sep 13:34
0a3e140
Compare
Choose a tag to compare

This releases fixes includes a bugfix (#2171 by @szokeasaurusrex) for #2169. The bug caused any command run with sentry-cli monitors run to not be executed whenever sending the cron checkin to Sentry failed, e.g. during a Sentry outage or due to some other network failure. With the bugfix, we log the error and execute the program even when there was an error sending the checkin.

We recommend that all users using sentry-cli monitors run upgrade to Sentry CLI version 2.36.4 immediately.

2.36.3

26 Sep 14:55
843dc11
Compare
Choose a tag to compare

Various fixes & improvements