Update dependency @sentry/cli to v2 #398
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.55.0
->^2.0.0
Release Notes
getsentry/sentry-cli (@sentry/cli)
v2.38.2
Compare Source
Various fixes & improvements
v2.38.1
Compare Source
Various fixes & improvements
.vscode
directory from version control (#2208) by @szokeasaurusrexmain
to indicate it does not return (#2192) by @szokeasaurusrexcommands::main
does not return (#2191) by @szokeasaurusrexv2.38.0
Compare Source
Various fixes & improvements
RUST_BACKTRACE=1
(#2189) by @szokeasaurusrex--auth-token
(#2172) by @szokeasaurusrexv2.37.0
Compare Source
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.v2.36.6
Compare Source
There are no code changes in this release. It is being performed to test an update to the release build process.
v2.36.5
Compare Source
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.
v2.36.4
Compare Source
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 Sentryoutage 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.v2.36.3
Compare Source
Various fixes & improvements
curl-sys
(#2164) by @szokeasaurusrexv2.36.2
Compare Source
Various fixes & improvements
--project
indeploys new
subcommand (#2160) by @szokeasaurusrexsend-metric
commands (#2154) by @szokeasaurusrexv2.36.1
Compare Source
Various fixes & improvements
v2.36.0
Compare Source
Various fixes & improvements
12.11.0
. This fixes a bug where uploading source files sometimes failed when any of the files were not UTF-8 encodedv2.35.0
Compare Source
Various fixes & improvements
upload-proguard
on 507 status (#2141) by @szokeasaurusrexv2.34.1
Compare Source
Various fixes & improvements
12.10.1
(#2134) by @szokeasaurusrexError
class in debugId injection snippet (#2132) by @Lms24v2.34.0
Compare Source
Various fixes & improvements
v2.33.1
Compare Source
Security fix
This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to
stdout
:--auth-token
)info
ordebug
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).Other fixes & improvements
v2.33.0
Compare Source
Various fixes & improvements
sntryu_
) (#2100) by @szokeasaurusrexfiles upload
(#2107)v2.32.2
Compare Source
Various fixes & improvements
curl
to0.4.46
inCargo.toml
(#2099) by @szokeasaurusrexcurl-sys
(#2075) by @szokeasaurusrexv2.32.1
Compare Source
Release performed for technical reasons. This release is identical to 2.32.0.
v2.32.0
Compare Source
Various fixes & improvements
v2.31.2
Compare Source
Various fixes & improvements
releases set-commits
command, which were introduced in 2.31.1.v2.31.1
Compare Source
Various fixes & improvements
check
passed a directory (#2034) by @szokeasaurusrexv2.31.0
Compare Source
With this change, dSYM uploads to the legacy endpoint and release file uploads are routed to the region URL directly (e.g. to https://us.sentry.io instead of https://sentry.io). This change only affects users using the CLI to interact with SaaS Sentry; everything stays the same for self-hosted users.
Other changes
make lint
only with default features (#1994) by @szokeasaurusrexv2.30.5
Compare Source
Release made for technical reasons. There are no code changes in this version.
v2.30.4
Compare Source
Release made for technical reasons. There are no code changes in this version.
v2.30.3
Compare Source
Various fixes & improvements
v2.30.2
Compare Source
This release re-enables Python releases. There are no code changes.
v2.30.1
Compare Source
Various fixes & improvements
v2.30.0
Compare Source
Cron Monitor Changes
The
monitors run
subcommand now no longer accepts--auth-token
or other means of authentication using token-based auth. It is now required to use DSN based auth to monitor cron jobs using the sentry-cli.v2.29.1
Compare Source
Updated version 2.29.0 changelog. No code changes.
v2.29.0
Compare Source
Source maps fixes
This release fixes the behavior of
sourcemaps inject
andsourcemaps upload
. We now treat minified and non-minified source files the same way in both commands, which was always the desired behavior, and is also consistent with our JS bundler plugins.Please be aware that from now on,
sourcemaps inject
will inject debug IDs into all JS source files at the path provided to the command. If you only wish for some of the files to have debug IDs injected, you need to modify the path(s) passed tosourcemaps inject
or you need to use the--ignore
or--ignore-file
options to exclude the files you do not wish to inject the debug IDs into.In the
sourcemaps upload
command, we have eliminated the "Minified Scripts" section in the Source Maps Upload Report. Instead, these minified scripts will appear under "Scripts."Auth token validation
Sentry CLI now validates that you have provided an auth token whenever you run a command that requires authentication to succeed. If you fail to provide an auth token when running such a command, the Sentry CLI will exit with an error message explaining that the auth token is required but missing.
Other fixes & improvements
.cjs
and.mjs
to defaultsourcemaps upload
extensions (#1961) by @szokeasaurusrexv2.28.6
Compare Source
Various fixes & improvements
--project
argument (#1930)" (#1942) by @szokeasaurusrexv2.28.5
Compare Source
Various fixes & improvements
--project
argument (#1930) by @szokeasaurusrexv2.28.4
Compare Source
This release re-enables releases to PyPI, in addition to the following fix:
Various fixes & improvements
--project
argument (#1930) by @szokeasaurusrexv2.28.0
Compare Source
New features
sentry-cli monitors run
command now has two new command line arguments:--failure-issue-threshold
and--recovery-threshold
. These arguments allow the user to specify the number of consecutive failed checkins that trigger an issue to be created and the number of successful checkins that trigger the issue to be resolved, respectively.Various fixes & improvements
v2.27.0
Compare Source
Improvements
--url
argument over empty auth token URL (#1914) by @szokeasaurusrexFixes
Other
dsyms/associate
API usage (#1886) by @Swatinemv2.26.0
Compare Source
Various fixes & improvements
v2.25.3
Compare Source
v2.25.2
Compare Source
v2.25.1
Compare Source
curl
issue on Windows (#1815) by @xpirtv2.25.0
Compare Source
Various fixes & improvements
sentry-cli login
called with--auth-token
(#1893) by @szokeasaurusrexv2.24.1
Compare Source
Various fixes & improvements
sentry-cli login
command (#1889) by @szokeasaurusrexv2.24.0
Compare Source
Various fixes & improvements
sourcemaps resolve
command output (#1880) by @szokeasaurusrexv2.23.2
Compare Source
Various fixes & improvements
map
(#1883) by @szokeasaurusrexv2.23.1
Compare Source
Various fixes & improvements
v2.23.0
Compare Source
Various fixes & improvements
releases propose-version
error (#1854) by @szokeasaurusrexmonitors run
command's--timezone
argument (#1847) by @szokeasaurusrexv2.22.3
Compare Source
ref: Transition to binaries over npm (#1836)
v2.22.2
Compare Source
This release contains no changes and was done for technical purposes.
v2.22.1
Compare Source
This release contains no changes and was done for technical purposes.
v2.21.5
Compare Source
This release contains no changes and was done for technical purposes.
v2.21.4
Compare Source
Various fixes & improvements
curl
issue on Windows (#1815) by @xpirtsourceRoot
handling (#1818) by @loewenheimv2.21.3
Compare Source
Various fixes & improvements
sourcemaps explain
(#1797) by @loewenheimv2.21.2
Compare Source
Various fixes & improvements
v2.21.1
Compare Source
Various fixes & improvements
/api/0
prefix from endpoint URLs (#1752) by @loewenheimv2.21.0
Compare Source
Various fixes and improvements
login
now opens the org auth token creation page (#1737) by @loewenheim--wait
flag now also have a--wait-for <SECS>
option that additionally puts a limit on the wait time. (#1748) by @loewenheimsymbolic
updated to 12.4.1 (#1749) by @loewenheimv2.20.7
Compare Source
Various fixes & improvements
v2.20.6
Compare Source
Various fixes & improvements
SENTRY_RELEASE
in bash-hook (#1720) by @boozecv2.20.5
Compare Source
Various fixes & improvements
v2.20.4
Compare Source
Various fixes and improvements
v2.20.3
Compare Source
Various fixes & improvements
v2.20.2
Compare Source
Various fixes & improvements
v2.20.1
Compare Source
Various fixes and improvements
v2.20.0
Compare Source
Various fixes and improvements
issues list
command (#1349)v2.19.4
Compare Source
Various fixes and improvements
v2.19.3
Compare Source
Various fixes and improvements
v2.19.2
Compare Source
Various fixes and improvements
v2.19.1
Compare Source
Various fixes & improvements
v2.19.0
Compare Source
Various fixes & improvements
v2.18.1
Compare Source
Various fixes & improvements
v2.18.0
Compare Source
Various fixes & improvements
sentry
SDK to fix sending raw envelopes (#1616) by @Swatinemv2.17.5
Compare Source
Various fixes & improvements
v2.17.4
Compare Source
Various fixes & improvements
v2.17.3
Compare Source
Various fixes & improvements
sentry-cli debug-files bundle-jvm
for bundling Java (and other JVM based languages) sources (#1551) by @adinauerv2.17.2
Compare Source
Various fixes & improvements
v2.17.1
Compare Source
Various fixes & improvements
v2.17.0
Compare Source
Various fixes & improvements
--use-artifact-bundle
flag to force Artifact Bundles usage (#1557) (#1559)File::create
to make sure files are truncated (#1562)v2.16.1
Compare Source
Various fixes & improvements
v2.16.0
Compare Source
Various fixes & improvements
v2.15.2
Compare Source
Various fixes and improvements
v2.15.1
Compare Source
Various fixes and improvements
sourcemaps inject
(#1523)v2.15.0
Compare Source
Various fixes & improvements
sourcemaps upload
and print injection report (#1513)sourcemaps inject
files (#1504)sourceMappingURL
comment is always kept at the end of a file (#1511)v2.14.4
Compare Source
Various fixes & improvements
[
v2.14.3
](https://redirect.github.com/getsentry/sentry-cli/blob/HEAD/CHAConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.