Skip to content

Releases: getsentry/sentry-cli

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

2.36.2

23 Sep 09:34
f4ac394
Compare
Choose a tag to compare

Various fixes & improvements

2.36.1

10 Sep 10:53
1be45ec
Compare
Choose a tag to compare

Various fixes & improvements

  • Fix a bug where background Xcode uploads sometimes failed

2.36.0

09 Sep 13:14
40820e9
Compare
Choose a tag to compare

Various fixes & improvements

  • Log when file not added to source bundle (#2146) by @szokeasaurusrex
  • Bump Symbolic to 12.11.0. This fixes a bug where uploading source files sometimes failed when any of the files were not UTF-8 encoded

2.35.0

05 Sep 14:10
829c703
Compare
Choose a tag to compare

Various fixes & improvements

2.34.1

28 Aug 13:52
c2ded2e
Compare
Choose a tag to compare

Various fixes & improvements

  • build: Bump symbolic to 12.10.1 (#2134) by @szokeasaurusrex
    • This includes an upstream bugfix for a bug that prevented debug file uploading with sources when any of the sources were not valid UTF-8.
  • fix(debugIds): Always instantiate global Error class in debugId injection snippet (#2132) by @Lms24

2.34.0

28 Aug 09:06
Compare
Choose a tag to compare

Various fixes & improvements

2.33.1

02 Aug 11:31
5aaf7c1
Compare
Choose a tag to compare

Security fix

This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout:

  • The auth token was passed as a command line argument to Sentry CLI (via --auth-token)
  • The log level was set to info or debug
    • The default log level is warn, so users using the default log level were unaffected by this bug

We now redact the --auth-token argument and anything else that looks like it might be an auth token when logging the arguments that the Sentry CLI was called with (see #2115 and #2118 for details).

Other fixes & improvements