releases.shpreview
Sentry/Sentry CLI

Sentry CLI

$npx -y @buildinternet/releases show sentry-cli
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases39Avg13/moVersionsv3.2.0 → v3.3.6-snapshot.20260416.d4d6232
Jul 23, 2024

Various fixes & improvements

  • Recognize new format user tokens (prefixed with sntryu_) (#2100) by @szokeasaurusrex
  • Fix regression in files upload (#2107)
  • docs: Fix typos (#2102) by @kianmeng
  • docs(id-support): Document that -p and -o arguments accept slugs and IDs (#2101) by @iamrajjoshi
  • chore(deps): bump tar from 6.1.13 to 6.2.1 (#2027) by @dependabot
  • build(deps): bump braces from 3.0.2 to 3.0.3 (#2088) by @dependabot
  • build(deps): bump ws from 7.5.9 to 7.5.10 (#2091) by @dependabot
Jul 15, 2024

Various fixes & improvements

  • build: Bump curl to 0.4.46 in Cargo.toml (#2099) by @szokeasaurusrex
  • build: Update curl-sys (#2075) by @szokeasaurusrex
May 28, 2024

Release performed for technical reasons. This release is identical to 2.32.0.

Various fixes & improvements

  • docs(commands): Add info about clap Derive API (#2066) by @elramen
  • feat(metrics): Add send-metric command (#2063) by @elramen
  • feat(auth): Allow global config to be located in XDG directory (#2059) by @elramen
  • fix(commands): Add missing env vars for release name detection (#2051) by @elramen
May 2, 2024

Various fixes & improvements

  • Fix regressions related to releases set-commits command, which were introduced in 2.31.1.
Apr 30, 2024

Various fixes & improvements

  • fix(proguard): Don't require auth token with --no-upload flag (#2047) by @markushi
  • fix(debug-files): Improve error when check passed a directory (#2034) by @szokeasaurusrex
  • fix(xcode): Improve Xcode error msg when config load fails (#2028) by @elramen
Mar 27, 2024

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

  • build: make lint only with default features (#1994) by @szokeasaurusrex

Release made for technical reasons. There are no code changes in this version.

Mar 26, 2024

Release made for technical reasons. There are no code changes in this version.

Various fixes & improvements

  • fix: Handle .env errors (#1987) by @szokeasaurusrex
Mar 13, 2024

This release re-enables Python releases. There are no code changes.

Mar 12, 2024

Various fixes & improvements

  • fix(sourcemaps): allow complex file extensions (#1976) by @szokeasaurusrex
Mar 7, 2024

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.

Mar 4, 2024

Updated version 2.29.0 changelog. No code changes.

Source maps fixes

This release fixes the behavior of sourcemaps inject and sourcemaps 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 to sourcemaps 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

  • fix(sourcemaps): Add .cjs and .mjs to default sourcemaps upload extensions (#1961) by @szokeasaurusrex
  • fix(xcode): Only parse Plist when required during RN source maps upload (#1940) by @krystofwoldrich
  • fix(files): Fail when deleting all files fails with 404 error (#1949) by @szokeasaurusrex
  • fix: support windows on arm via x64 binary (#1943) by @MarshallOfSound
Feb 13, 2024

Various fixes & improvements

  • fix(deploys): Revert "fix(deploys): Use --project argument (#1930)" (#1942) by @szokeasaurusrex
Feb 12, 2024

Various fixes & improvements

  • fix(deploys): Use --project argument (#1930) by @szokeasaurusrex

This release re-enables releases to PyPI, in addition to the following fix:

Various fixes & improvements

  • fix(deploys): Use --project argument (#1930) by @szokeasaurusrex
Feb 5, 2024

New features

  • New cron monitor configuration options (#1922) by @szokeasaurusrex
    • The 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

  • fix(sourcemaps): print source map URL instead of {source_url} on error (#1917) by @jbg
Jan 30, 2024

Improvements

  • Prefer --url argument over empty auth token URL (#1914) by @szokeasaurusrex
  • feat(xcode): Print redirected output file path when going to the background (#1920) by @krystofwoldrich

Fixes

  • Correct error message for querying events/issues on non-existing project. The message now states that the project could not be found, instead of stating that the organization could not be found. (#1916) by @szokeasaurusrex

Other

  • Remove dsyms/associate API usage (#1886) by @Swatinem
Latest
3.3.6-snapshot.20260416.d4d6232
Tracking Since
Mar 7, 2022
Last checked Apr 20, 2026