Skip to content

Releases: getsentry/sentry-cli

sentry-cli 0.21.1

09 Jan 10:04
Compare
Choose a tag to compare
  • Resolved an issue where release builds of react-native would not automatically find the sourcemap references

sentry-cli 0.21.0

05 Jan 01:52
Compare
Choose a tag to compare
  • Upon sourcemap uploading the sentry-cli tool is now automatically attempting to find matching sourcemaps and emit a Sourcemap header with the correct reference. This helps in situations like react-native where the source reference in the file is malformed or points to a non existing file by default
  • fixed a bug with the --rewrite flag on the upload sourcemaps tool which caused incorrect sources to be inlined. This is now properly supported.
  • --strip-common-prefix on the upload sourcemaps tool now skips over paths which are not absolute.

sentry-cli 0.20.0

24 Dec 10:31
Compare
Choose a tag to compare
  • added support for sourcemap rewriting. This will automatically inline sourcecode and flatten indexed sourcemaps and can optionally remove prefixes from source paths. This is useful for react native which otherwise will not work since sourcecode is not contained.

sentry-cli 0.19.5

07 Dec 14:58
Compare
Choose a tag to compare
  • Improved symbol uploading

sentry-cli 0.19.4

15 Nov 15:56
Compare
Choose a tag to compare
  • Improved logging of http requests
  • Fixed an issue that caused a crash if the TERM environment variable was not set

sentry-cli 0.19.3

09 Nov 14:53
Compare
Choose a tag to compare
  • Recompiled for Linux to better support arch linux and others

sentry-cli 0.19.2

10 Oct 20:49
Compare
Choose a tag to compare
  • Resolved issue with multi-chunk dsym uploads failing

sentry-cli 0.19.1

30 Aug 22:47
Compare
Choose a tag to compare
  • Changed domain to sentry.io

sentry-cli 0.19.0

17 Aug 21:56
Compare
Choose a tag to compare
  • Improved handling of SENTRY_DSN so that it can be set to an invalid value and sentry-cli continues functioning unless you are trying to send an actual event.

sentry-cli 0.18.0

18 Jul 15:11
Compare
Choose a tag to compare
  • added the new issues command to bulk manage issues