Skip to content

Releases: getsentry/sentry-cli

sentry-cli 1.9.0

09 May 10:03
Compare
Choose a tag to compare
  • Added support for referring to previous hashes in set-commits with OLD_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

08 May 08:52
Compare
Choose a tag to compare
  • Change the log format for api headers in debug logging
  • Added request headers to debug logging

sentry-cli 1.8.0

05 May 08:54
Compare
Choose a tag to compare
  • The info command now returns an exit code of 1 in case the config is incomplete
  • Added --config-status-json to the info 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

29 Apr 20:13
Compare
Choose a tag to compare
  • 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

25 Apr 09:09
Compare
Choose a tag to compare
  • Added --fingerprint support to send-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

14 Apr 16:15
Compare
Choose a tag to compare
  • Added --uuid parameter to upload-dsym
  • Added --no-zips parameter to upload-dsym
  • Added --derived-data parameter to upload-dsym

sentry-cli 1.4.1

13 Apr 21:06
Compare
Choose a tag to compare
  • resolved an issue with some features of xcode variable expansion not working correctly

sentry-cli 1.4.0

04 Apr 22:37
Compare
Choose a tag to compare
  • Added basic support for working with the improved relases API that span projects in an org
  • Added deploy support

sentry-cli 1.3.0

03 Apr 15:43
Compare
Choose a tag to compare
  • improved file and release list rendering
  • added sentry-cli releases propose-version

sentry-cli 1.2.0

30 Mar 00:53
Compare
Choose a tag to compare
  • 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