Releases: getsentry/sentry-cli
Releases · getsentry/sentry-cli
2.50.1
Various fixes & improvements
- build(deps): bump form-data from 3.0.1 to 3.0.4 (#2638) by @dependabot
New experimental feature
This release introduces the new experimental mobile-app upload
subcommand. This command is experimental, and therefore subject to changes, including breaking changes and/or removal, in any release. The command might not work as expected.
2.50.0
2.49.0
2.48.0
2.47.1
No user-facing changes.
2.47.0
Various fixes & improvements
- ref: Exclude
mobile-app
command from release builds (#2582) by @szokeasaurusrex - feat(login): Improve error output for login errors (#2581) by @szokeasaurusrex
- test(monitors): pass empty options to grep (#2562) by @lcian
- feat(login): Warn when overwriting existing auth token (#2554) by @szokeasaurusrex
- meta: Add .sentryclirc to gitignore (#2547) by @rbro112
- build: Bump MSRV to 1.86
2.46.0
Various fixes & improvements
- feat: Mark
react-native appcenter
as deprecated (#2522) by @chromy - docs: Fix typo "the the" -> "the" (#2519) by @chromy
- feat(npm): Add support for installing
npm
package on Android (#2524) by @szokeasaurusrex - feat: Retry all HTTP requests (#2523) by @szokeasaurusrex
- ref: Only obtain max retry count once (#2521) by @szokeasaurusrex
- fix: Don't error if invalid value supplied for max retries (#2520) by @szokeasaurusrex
- fix: Explicitly deprecate
--started
flag (#2515) by @szokeasaurusrex - fix: Use
orig_path
for bundle sources output file name (#2514) by @szokeasaurusrex - feat: Mark all
files
subcommands as deprecated. (#2512) by @Swatinem - Support multiple files in SENTRY_DOTENV_PATH (#2454) by @Kinqdos
- fix(sourcemaps): Avoid associating only sourcemap with all minified sources (#2447) by @szokeasaurusrex
2.46.0-alpha
Various fixes & improvements
- feat(npm): Add support for installing
npm
package on Android (#2524) by @szokeasaurusrex - feat: Retry all HTTP requests (#2523) by @szokeasaurusrex
- ref: Only obtain max retry count once (#2521) by @szokeasaurusrex
- fix: Don't error if invalid value supplied for max retries (#2520) by @szokeasaurusrex
- fix: Explicitly deprecate
--started
flag (#2515) by @szokeasaurusrex - fix: Use
orig_path
for bundle sources output file name (#2514) by @szokeasaurusrex - feat: Mark all
files
subcommands as deprecated. (#2512) by @Swatinem - Support multiple files in SENTRY_DOTENV_PATH (#2454) by @Kinqdos
- fix(sourcemaps): Avoid associating only sourcemap with all minified sources (#2447) by @szokeasaurusrex
2.45.0
New feature
- feat(sourcemaps): Multi-project sourcemaps upload (#2497) by @szokeasaurusrex
- Sourcemaps can now be uploaded to multiple projects at once by passing each project to the
sentry-cli sourcemaps upload
command, like so:sentry-cli sourcemaps upload -p project1 -p project2 /path/to/sourcemaps
- Note that users on old versions of self-hosted Sentry may need to upgrade their self-hosted server to a newer version to take advantage of multi-project uploads.
- Sourcemaps can now be uploaded to multiple projects at once by passing each project to the
Various fixes & improvements
- ref: Rename
fixup_js_file_end
(#2475) by @szokeasaurusrex - ref: Use slice instead of vec for assemble artifact request (#2498) by @szokeasaurusrex
- ref: Separate
LegacyUploadContext
for legacy uploads (#2494) by @szokeasaurusrex - feat: Remove organization and project info log (#2490) by @szokeasaurusrex
2.44.0
Various fixes & improvements
- feat(sourcemaps): Support injecting indexed sourcemaps (#2470) by @szokeasaurusrex
- test(sourcemaps): Assert injection outputs (#2483) by @szokeasaurusrex