Releases: getsentry/sentry-cli
Releases · getsentry/sentry-cli
sentry-cli 1.9.0
- Added support for referring to previous hashes in
set-commits
withOLD_REV..NEW_REV
- Resolve tags and other refs (like
HEAD
) in commits when a repo is available - Use newer protocol for release commit updating
- Strip commit SHAs for display
- Strip dotted path prefixes in release names for display
sentry-cli 1.8.1
- Change the log format for api headers in debug logging
- Added request headers to debug logging
sentry-cli 1.8.0
- The
info
command now returns an exit code of 1 in case the config is incomplete - Added
--config-status-json
to theinfo
command to better support sentry-cli invoked from scripts - dsym batches are now calculated by size and not by file count. This should solve a few 413 errors some users are experiencing
- The dsym upload will now skip over files that do not contain DWARF debug information which resolves issues where release files were uploaded as debug symbols instead of the actual dsym files
sentry-cli 1.7.0
- Sourcemap uploads now automatically replace previous files with the same name.
- Honor
CLICOLOR
environment variable - Added progress bars for source map and debug symbol upload
- No longer attempt to upload multiple versions of debug symbols with the same UUID. This was an issue where signed and unsigned debug symbols were discovered in derived data in case of debug builds.
- Support
--validate
and--rewrite
in one command better for source map upload.
sentry-cli 1.6.0
- Added
--fingerprint
support tosend-event
- Added distribution support.
Breaking Change: releases managed for react-native and mobile are now using the new distribution feature. Use older versions of sentry-cli
if you do not wish to manage distributions on self hosted Sentry versions.
sentry-cli 1.5.0
- Added
--uuid
parameter toupload-dsym
- Added
--no-zips
parameter toupload-dsym
- Added
--derived-data
parameter toupload-dsym
sentry-cli 1.4.1
- resolved an issue with some features of xcode variable expansion not working correctly
sentry-cli 1.4.0
- Added basic support for working with the improved relases API that span projects in an org
- Added deploy support
sentry-cli 1.3.0
- improved file and release list rendering
- added
sentry-cli releases propose-version
sentry-cli 1.2.0
- Resolved references to sourcemaps sometimes being incorrectly detected
- Resolved an issue where an incorrect Info.plist file was found (#48)
- Added support for
.env
files - Better support SSL CA bundles on linux systems (probe more locations)
- Added
--finalize
option to automatically finalize releases on creation - Improved
sentry-cli info
command rendering and clarity - Added background processing for
sentry react-native-xcode