Releases: getsentry/sentry-cli
2.38.2
Various fixes & improvements
- deps: Update symbolic to 12.12.0 (#2210) by @loewenheim
2.38.1
Various fixes & improvements
- meta: Remove
.vscode
directory from version control (#2208) by @szokeasaurusrex - build(windows): Statically link CRT on Windows (#2203) by @szokeasaurusrex
- ref: Update
main
to indicate it does not return (#2192) by @szokeasaurusrex - ref: Indicate that
commands::main
does not return (#2191) by @szokeasaurusrex
2.38.0
Various fixes & improvements
- feat(errors): Print backtrace when
RUST_BACKTRACE=1
(#2189) by @szokeasaurusrex - fix(crons): Don't panic when passing
--auth-token
(#2172) by @szokeasaurusrex
2.37.0
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
There are no code changes in this release. It is being performed to test an update to the release build process.
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.
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.
2.36.3
Various fixes & improvements
- build: Upgrade
curl-sys
(#2164) by @szokeasaurusrex
2.36.2
Various fixes & improvements
- fix(deploys): Honor
--project
indeploys new
subcommand (#2160) by @szokeasaurusrex - ref(metrics): Deprecate
send-metric
commands (#2154) by @szokeasaurusrex