Releases: getsentry/sentry-cli
Releases · getsentry/sentry-cli
sentry-cli 0.21.1
- Resolved an issue where release builds of react-native would not automatically find the sourcemap references
sentry-cli 0.21.0
- Upon sourcemap uploading the
sentry-cli
tool is now automatically attempting to find matching sourcemaps and emit aSourcemap
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
- 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
- Improved symbol uploading
sentry-cli 0.19.4
- 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
- Recompiled for Linux to better support arch linux and others
sentry-cli 0.19.2
- Resolved issue with multi-chunk dsym uploads failing
sentry-cli 0.19.1
- Changed domain to
sentry.io
sentry-cli 0.19.0
- Improved handling of
SENTRY_DSN
so that it can be set to an invalid value andsentry-cli
continues functioning unless you are trying to send an actual event.
sentry-cli 0.18.0
- added the new
issues
command to bulk manage issues