@sentry/cli-linux-arm
Advanced tools
Changelog
2.36.5
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.
Changelog
2.36.4
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.
Changelog
2.36.3
curl-sys
(#2164) by @szokeasaurusrexChangelog
2.36.2
--project
in deploys new
subcommand (#2160) by @szokeasaurusrexsend-metric
commands (#2154) by @szokeasaurusrexChangelog
2.36.0
12.11.0
. This fixes a bug where uploading source files sometimes failed when any of the files were
not UTF-8 encodedChangelog
2.35.0
upload-proguard
on 507 status (#2141) by @szokeasaurusrexChangelog
2.34.1
12.10.1
(#2134) by @szokeasaurusrex
Error
class in debugId injection snippet (#2132) by @Lms24Changelog
2.34.0
Changelog
2.33.1
This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout
:
--auth-token
)info
or debug
warn
, so users using the default log level were unaffected by this bugWe 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).