Releases: getsentry/sentry-cli
Releases · getsentry/sentry-cli
sentry-cli 0.13.1
- Fixed an issue that caused validation of sourcemaps to fail if wildcard paths (
~/
) were used.
sentry-cli 0.13.0
- Default sourcemap url prefix to
~
to support the new wildcard feature
sentry-cli 0.12.1
- Fixed windows support by bundling OpenSSL statically
sentry-cli 0.12.0
- Added basic windows support
- Added
send-event
to submit events to Sentry
sentry-cli 0.11.0
- Added
login
command.
sentry-cli 0.10.1
- Made missing ref failures on non minimized JS files warnings instead of errors
sentry-cli 0.10.0
- Added support for basic sourcemap validation with the
--validate
flag
sentry-cli 0.9.0
- Ignore
--ext
for explicitly provided files on sourcemap uploads - Properly handle
--ext
sentry-cli 0.8.0
- Added the ability to upload individual sourcemaps as files
sentry-cli 0.7.0
- Added
info
command - Addded
.sentryclirc
config file support