chore(deps): update CLI to v2.3.0 #2349
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-cli.sh from 1.74.4 to 2.3.0.
Auto-generated by a submodule dependency updater.
Changelog
2.3.0
Various fixes & improvements
2.2.0
Various fixes & improvements
2.1.0
Source Maps Upload Check "y-tho" (ongoing)
Problem statement:
Uploading source maps is a common source of frustration. Source maps are also one of the great value adds to our in product experience. We want to automate supporting customers with frequent issues.
https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/
*Outcome: *
Developers will be provided with a tool to help them discover any issues they may have when uploading source maps
Sentry support will have a tool and docs to suggest to customers to hopefully first discover issues, and second at least know what their problem is NOT.
Key measurements:
Can we find a way to track in zendesk the number of times the sentry-cli “y-tho“ functionality was useful
Additional
This is something users would run locally so I do not think we can track usage exactly what was not covered in y-tho
Possible second milestone:
https://github.com/getsentry/rust-sourcemap/tree/master/cli
By: kamilogorek (#1235)
Various fixes & improvements
React-Core
depended upon byRNSentry
#1225) by kamilogorek2.0.4
Various fixes & improvements
2.0.3
Various fixes & improvements
--header
a global flag so its position independent (build(deps-dev): bump @sentry-internal/eslint-plugin-sdk from 5.27.1 to 5.27.4 #1194)monitors
as hidden command w. integration tests (build(deps): bump @sentry/types from 5.27.1 to 5.27.4 #1196)bash-hook
as hidden command w. integration tests (How are errors linked to a release? #1197)2.0.2
Various fixes & improvements
fetch.FetchError
usage in favor of catch-all clause (build(deps): bump @sentry/react from 5.27.1 to 5.27.4 #1193) by kamilogorek2.0.1
Various fixes & improvements
2.0.0
This is the first, long-overdue major release in over 5 years of sentry-cli's life.
Some APIs were removed, some reworked, some newly added.
Most of introduced API changes are backward compatible through hidden aliases, so there is no immediate need for users developing 3rd party tools to make all the changes immediatelly.
We do however encourage everyone to do it sooner or later, as deprecated items will be removed in the next major releases.
Breaking changes are denotated with (breaking) tag, and appropriate required changes are provided for each entry.
New APIs
debug-files
command, which is a joined functionality ofdifutil
andupload-dif
commands.deploys
command, which was extracted fromreleases deploys
subcommand.files
command, which was extracted fromreleases files
subcommand.sourcemaps upload
command, which was extracted fromreleases files upload-sourcemaps
subcommand.sourcemaps resolve
command.--header
argument, which supports multiple occurences, to configure outgoing requests--quiet
/--silent
flags to allow silencingstdout
output (This flag is currently implemented only for selected subcommands)Removed APIs
react-native codepush
subcommand (usereact-native appcenter
instead) (breaking)react-native-gradle
andreact-native-xcode
commands (usereact-native gradle
andreact-native xcode
instead) (breaking)crash_reporting
related code andwith_crash_reporting
crate feature (no required changes) (breaking)SENTRY_NO_PROGRESS_BAR
env var in favor ofSENTRYCLI_NO_PROGRESS_BAR
(rename env variable) (breaking)difutil id
subcommand (usedebug-files check
instead)upload-dsym
command (usedebug-files upload
instead)releases upload-sourcemaps --rewrite
a default behavior nowref: Removerestored in 2.0.2 as hidden aliasupload-dsym
command (usedebug-files upload
instead) (breaking)ref: Removerestored in 2.0.2 as hidden aliasdifutil id
subcommand (usedebug-files check
instead) (breaking)ref: Remove- restored in 2.0.3 as hidden commandmonitors
command (support for this feature has been dropped) (breaking)ref: Remove- restored in 2.0.3 as hidden commandbash-hook
command (use1.x
if you still need the functionality) (breaking)Breaking Changes
node
version tov12
(update node version) (breaking)--header
argument ofreleases files upload
command to--file-header
(rename flag) (breaking)CUSTOM_HEADER
toSENTRY_HEADER
anddefaults.custom_header
tohttp.header
(rename env variable or update config file) (breaking)ignore-empty
forreleases set-commits
a default behavior and hide--ignore-empty
flag (remove--ignore-empty
usage) (breaking)Various fixes & improvements
--quiet
flag forreleases upload-sourcemaps
command--quiet
flag fordifutil check
command--auth-token
a global argumentProgressBar
instances and logs always write tostderr
failure
toanyhow
crate1.74.3
Various fixes & improvements
1.74.2
Various fixes & improvements
1.74.1
Various fixes & improvements
1.74.0
Various fixes & improvements
1.73.2
Various fixes & improvements
1.73.1
Various fixes & improvements
1.73.0
SENTRYCLI_SKIP_CHECKSUM_VALIDATION
to opt-out) (build(deps): bump @sentry/react from 5.25.0 to 5.26.0 #1123)gold
(build(deps-dev): bump @sentry-internal/eslint-plugin-sdk from 5.25.0 to 5.26.0 #1124)1.72.2
1.72.1
debug_id
during assemble when not PDBs are not supported (build(deps): bump @sentry/types from 5.24.2 to 5.25.0 #1110)--all
flag (build(deps-dev): bump babel-jest from 26.3.0 to 26.5.0 #1108)1.72.0
CUSTOM_HEADER
support to JS wrapper (Unhandled promises are not logged at all (iOS and Android) #1077)SENTRYCLI_SKIP_DOWNLOAD
flag for preventing download (Passing additional info to setUser displays as unknown #1074)ParseDif::Object
value to prevent large enum variant (Source code not found with custom bundle service #1094)dsym
todif
with a fallback (fix: xcode 12 compatibility #1103)project
flag for releases command (react-dom dependency warning from using @sentry/react #1065)1.71.0
send-event
that allows to specify a path to JSON serialized events (build(deps): bump @sentry/utils from 5.21.1 to 5.22.3 #1058)SENTRY_CLI_NO_EXIT_TRAP
unbound variable (build(deps-dev): bump @types/jest from 25.2.3 to 26.0.13 #1059)1.70.1
SENTRY_CLI_NO_EXIT_TRAP
flag to control EXIT trap inbash-hook
command (RNSentry.deviceContexts is undefined [Android] #1050)vscRemote
TS type (build(deps): bump bl from 4.0.2 to 4.0.3 in /sample #1052)1.70.0
no-upload
flag forupload-dif
command (Android Build Failure: Sentry JS Upload Failed #1044)upload-sourcemaps
command (build(deps-dev): bump @types/react-native from 0.62.13 to 0.63.12 #1048)SENTRY_DOTENV_PATH
(build(deps-dev): bump eslint-plugin-react-native from 3.8.1 to 3.9.1 #1046)SOURCE_VERSION
first prior toHEROKU_SLUG_COMMIT
in Heroku (build(deps): bump @sentry/browser from 5.21.1 to 5.22.3 #1045)1.69.1
1.69.0
due to malformed artifacts1.69.0
SENTRYCLI_LOG_STREAM
variable (bump sentry.cocoa 5.2 #1010)armv7
whenarch="arm"
(iOS Sourcemap Not Working using sentry-cli or sentry-fastlane #1024)debug_id
for object files (build(deps-dev): bump @sentry/typescript from 5.19.0 to 5.19.2 #981)symbolic
to8.3.1
(Cannot set issue title for messages or errors #1033)upload-symbol-maps
flag forupload-dif
command (build(deps): bump sentry-android from 2.2.2 to 2.3.0 in /android #1017)sentry-cli 1.68.0
include
in JS sourcemap upload options to be an object (build(deps-dev): bump @types/jest from 25.2.3 to 26.0.7 #1001)sentry-cli 1.67.2
url_to_bundle_path
(build(deps): bump @sentry/utils from 5.19.0 to 5.20.1 #1000)started/finished
tonumber|string
, addignoreEmpty
to JS API (build(deps): bump @sentry/core from 5.19.0 to 5.20.1 #999)npm_config_cache_folder
to function of getting cache (build(deps): bump @sentry/integrations from 5.19.0 to 5.20.1 #998)sentry-cli 1.67.1
sentry-cli 1.67.0
--ignore-empty
flag toreleases set-commit
command, that will not bail command when no patchset is created (fix: don't initiate DeviceContext if enableNative is false #993)--raw
and--delimiter
flags toreleases list
command (Segregation of native and JS breadcrumbs #994)sentry-cli 1.66.0
release
anddist
for XCode SourceMaps upload (build(deps): bump @sentry/utils from 5.19.0 to 5.19.1 #967)CUSTOM_HEADER
env variable andhttp.custom_header
config ('node_modules/@sentry/cli/bin/sentry-cli'' finished with non-zero exit value 1 #970)ignoreMissing
flag forsetCommit
command to JS API (build(deps): bump lodash from 4.17.15 to 4.17.19 #974)sentry-cli 1.65.0
--ignore-missing
flag (build(deps): bump @sentry/core from 5.19.0 to 5.19.1 #963)sentry-cli 1.64.2
sentry-cli 1.64.1
/dev/null
instead of filling up pipe buffers (Can we show an alert once before the application crashes and closes in Android. #949)upload-dif
to follow symlinks to make it inline withdifutil
behavior (XCode Build Fails: PhaseScriptExecution failed with a nonzero exit code #948)sentry-cli 1.64.0
SentryCli
types (build(deps-dev): bump @types/jest from 25.2.3 to 26.0.0 #934)sentry-cli 1.63.2
sentry-cli 1.63.1
arm64
asaarch64
in install script (fix: We only store the event in release mode #917)sentry-cli 1.63.0
is_outdated
should not report when release contains version older than latest (build(deps): bump @sentry/browser from 5.15.5 to 5.16.0 #899)sentry-cli 1.62.0
http_proxy
config value in the handler directly (Bump sentry-android to 2.1.4 #893)sentry-cli 1.61.0
arm64
and universal binaries (UnsupportedOperationException at iterator.remove() after change in SentryOptions.java #873)Sentry-cli will not upgrade to the
arm64
build automatically, if you're currently running on Rosetta 2. To install thearm64
version:uname -m
in your terminal.sentry-cli
.sentry-cli 1.60.1
sentry-cli 1.60.0
sentry-cli 1.59.0
sentry-cli 1.58.0
sentry-cli 1.57.0
send-event
(Custom setExtra and setTag values are not showing in version: 1.3.7 #826)IA32
(Proguard(R8) mapping not recognized by Sentry #824)sentry-cli 1.56.1
sentry-cli 1.56.0
--confirm
flag to skip confirmation prompt during uninstall command (Source code was not found when use latest version #812)7.5.0
(Using Sentry directly in native code #813)sentry-cli 1.55.2
upload-dif
(Failed to display Upload notification in Xcode notification while building the app #795)domain
fromnode_modules/@sentry/hub/dist/hub.js
on upgrade to 1.3.4 #808)sentry-cli 1.55.1
sentry-cli 1.55.0
sentry-cli 1.54.0
--no-environ
parameter tobash-hook
(How can I open user feedback popup in my simulator after throws an exception #745)SENTRY_NO_PROGRESS_BAR
env var (fix: Pass the correct sourcemap to sentry-cli #754)newDeploy
JS api (Sentry sends JavascriptException for Android obfuscated release build #755)sentry-cli 1.53.0
releases deploys
JavaScript API (feat: Add local source context via devserver #741)--log-level
should be case insensitive (UnexpectedNativeTypeException since migrating to @sentry/react-native #740)sentry-cli 1.52.4
./tracing
#737)sentry-cli 1.52.3
sentry-cli 1.52.2
This release sets
node.engine: >=8
which makes it incompatible with Node v6If you need to support Node v6, please pin your dependency to
1.52.1
or use selective version resolution: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/
sentry-cli 1.52.1
configFile
for release commands invoked through JS API (No JS-level errors sent in Release mode #700)sentry-cli 1.52.0
g/global
flag forlogin
command (Compilation error with version 1.0.8 #690)INFOPLIST_OTHER_PREPROCESSOR_FLAGS
(https-proxy-agent-snyk-fork dependency not found in registry #682)propose-version
('https-proxy-agent-snyk-fork@*' is not in the npm registry #681)bitbucket_server
to reference url check (Runningyarn test
fails when integrating Sentry - SyntaxError: Unexpected token export at import * #668)env.SENTRY_PROPERTIES
rather than globalprocess.env
(java.lang.ClassCastException when calling captureBreadcrumb on Android #667)react-native
xcode uses regex to detect Debug builds (RNSentryModule.java don't support react native 0.6.0 version #665)sentry-cli 1.51.1
sentry-cli 1.51.0
dist
option toreact-native appcenter
command (Unhandled Promise rejection causes UnexpectedNativeTypeException #653)sudo
command instead of incorrect "No such file or directory" when updating/uninstallingsentry-cli
(Gradle sync failed: java.lang.NullPointerException when syncing in Android Studio #656)Closing connection 0
warnings after every HTTP request (iOS build fail: no known class method for selector 'installWithRootView:' #657)sentry-cli 1.50.0
git
remote (Use DSN instead of project name in sentry.properties #637)difutil
check (Disabling xhr autobreadcrumbs not available anymore in 1.0.0-beta.5 #639)--silent
flag in installation script (1.0.0 broke iOS compilation #648)dist
option in JS API (Cleaning up source map after upload #642)301/302
upload_chunks
response codes as errors (Sentry.captureMessage throws ClassCastException #651)Content-Length=0
header to reprocessing POST request (Including both Sentry Java and Sentry React Native in gradle dependencies. #647)sentry-cli 1.49.1
git://
,git+ssh://
, andgit+https?://
VCS repos (Error boundaries #636)sentry-cli 1.49.0
SOURCE_VERSION
environment variable (fix: AndroidX, Autolink, Cocoapods #613)releases set-commits
options in JS (Android issues results in <unlabeled event> (iOS works fine) #618)releases list
(@sentry/react-native - Tracking Issue - Feedback #612)--wait
flag for upload-dif (ignoreModulesExclude examples? #619)NOTE: This release changes the default behavior of
upload-dif
. Previously,the command waited until Sentry had fully processed uploaded files. Now, the
command terminates after a successful upload but does not wait for server-side
processing. This will speed up uploads for the common case. Specify
--wait
forthe old behavior if you want to make sure that debug files are available before
sending native events.
sentry-cli 1.48.0
androidx
support. #607)sentry-cli 1.47.2
Changes:
releases list
(Feature(README): Drop line related beta status #584).JavaScript API:
silent
option toreleases
commands in JavaScript (React native - report crash for android always point the wrong file/line #552).Fixed bugs:
releases set-commits
(The dreaded "EOF while parsing a value at line 1 column 0" #576).releases set-commits
(Crashes not rendering for Android release build.Working in Debug #598).difutil bundle-sources
([iOS] Build failed when developing offline #602).sentry-cli 1.47.1
send-event
.sentry-cli 1.47.0
through the auth token header. (New high severity vulnerability #563)
sentry-cli 1.46.0
are supported by the serntry server (Duplicate/Invalid releases #559)
sentry-cli 1.45.0
sentry-cli 1.44.4
sentry-cli 1.44.3
sentry-cli 1.44.2
sentry-cli 1.44.1
sentry-cli 1.44.0
sentry-cli 1.43.0
sentry-cli 1.42.0
sentry-cli 1.41.2
sentry-cli 1.41.1
sentry-cli 1.41.0
sentry-cli 1.40.0
some issues in curl itself that manifested itself as malloc errors on shutdown (The engine "yarn" is incompatible with this module #489)
sentry-cli 1.39.1
sentry-cli 1.39.0
sentry-cli 1.38.1
sentry-cli 1.38.0
sentry-cli 1.37.4
SENTRY_NO_PROGRESS_BAR
environment variable to suppress progressbars ([Question] Hybrid app setup #467)
to upload.
sentry-cli 1.37.3
sentry-cli 1.37.2
sentry-cli 1.37.1
difutil
commands (Does not report crashes #447)sentry-cli update
by using the Sentry release registry (Couldn't find key stacktrace in dynamic #438)sentry-cli 1.37.0
sentry-cli 1.36.4
releases set-commits
(java.lang.NoClassDefFoundError: Failed resolution of: Lio/sentry/event/EventBuilder #419)sentry-cli 1.36.3
sentry-cli 1.36.2
sentry-cli 1.36.1
sentry-cli 1.36.0
--no-environ
parameter insend-event
(Non-Error exception captured with keys: error #391)send-event
(Error in android build TaskInternal.execute() deprecated #397)sentry-cli 1.35.6
--url-suffix
option inupload-sourcemaps
sentry-cli 1.35.5
--url-suffix
option forupload-sourcemaps
(Fixed null object error #373)sentry-cli 1.35.4
sentry-cli 1.35.3
sentry-cli 1.35.2
perl
overstrftime
in bash hook (fix: Capture unhandled promise rejection on android #359)upload-dif
(RN 54rc3 fix #362)sentry-cli 1.35.1
sentry-cli 1.34.0
sentry-cli 1.33.0
sentry-cli 1.32.3
sentry-cli 1.32.2
send-event
to include more consistent information (cannot find symbol import com.facebook.react.ReactApplication #316, Link without modify podfile and ignore sentry wizard. #318)sentry-cli 1.32.1
DWARF_DSYM_FOLDER_PATH
in upload-dsym (Bump native iOS Sentry dependency #313)sentry-cli 1.32.0
sentry-cli 1.31.2
sentry-cli 1.31.1
sentry-cli 1.31.0
.sentryclirc
(Add ts typings to the package.json so RN projects resolve it automatically. #296)SENTRY_DSN
environment variable parsing forsend-event
action (Question: Sourcemap Support #292)musl
-based binaries for Linux (Sourcemap upload with allow fetch in debug does not work #294)HEROKU_SLUG_COMMIT
in propose-version (ci: Prevent device farm builds in outside PRs #298)sentry-cli 1.30.5
sentry-cli 1.30.4
sentry-cli 1.30.3
sentry-cli 1.30.2
sentry-cli 1.30.1
execute
on SentryCli js wrappersentry-cli 1.30.0
sentry-cli 1.29.1
sentry-cli 1.29.0
1.28.4
or install sentry-cli using a different method if you still require Node 0.12.sentry-cli 1.28.4
Info.plist
handling to pre-1.27.1
as it was causing issues when the"Preprocess Info.plist File"
setting was turned on in Xcodesentry-cli 1.28.3
sentry-cli 1.28.2
SENTRYCLI_CDNURL
to override the npm download URL. See the documentation for more informationcodepush
with hints to resolve the errorsentry-cli 1.28.1
sentry-cli 1.28.0
Please note that this is a breaking change if you used the JS interface before.
sentry-cli 1.27.1
Info.plist
in XCode builds, courtesy of adbisend-event
, courtesy of kirkinsSENTRYCLI_CDNURL
environment variablesentry-cli 1.27.0
upload-sourcemaps
, courtesy of montogeeksend-event
, courtesy of kirkinssend-event
upload-dsym
sentry-cli 1.26.1
upload-dsyms
sentry-cli 1.26.0
sentry/cli
send-event
fails, courtesy of kirkinssentry-cli 1.25.0
flag is not passed.
sentry-cli
preinstalled:docker run --rm -it -v $(pwd):/work getsentry/sentry-cli sentry-cli --help
sentry-cli 1.24.1
containing whitespace
sentry-cli 1.24.0
Sending Events for more information
Bash Hooks for more
information
SENTRY_LOAD_DOTENV=0
to disable automatic loading of.env
filesinfo.plist
files were not resolved in XCode projectsPROJECT_DIR
environment was not used correctlysentry-cli 1.23.0
--help
)sentry-cli 1.22.0
--ignore
and--ignore-file
parameters toupload-dsyms
sentry-cli 1.21.0
sentry-cli 1.20.0
sentry-cli 1.19.1
sentry-cli 1.19.0
info.plist
filesinfo.plist
handling in all placesreleases propose-version
incorrectly required an org to bepassed
BCSymbolMap
files when uploading dsym filessentry-cli 1.18.0
sentry-cli 1.17.0
update.disable_check
in the configor the
SENTRY_DISABLE_UPDATE_CHECK
environment variable)sentry-cli 1.16.0
difutil uuid
command to print the UUID(s) of a mapping file to stdoutsentry-cli 1.15.0
no-upload
flag to proguard uploadsentry-cli 1.14.0
sentry-cli 1.13.3
sentry-cli 1.13.2
sentry-cli.exe
directly into thebin/
folder on windows for npm installationssentry-cli 1.13.1
sentry-cli 1.13.0
dist
support for send-eventsentry-cli 1.12.0
--print-release-name
to print out the release name for codepush releases to thecommand line to improve scripting capabilities
propose-version
for releases to support iOS and android release names ifprojects are automatically discovered
detection
sentry-cli 1.11.1
sentry-cli 1.11.0
react-native-sentry
)react-native-xcode
toreact-native xcode
${FOO}
style variable expansion in xcodesentry-cli 1.10.2
/tmp
for npm on unixessentry-cli 1.10.1
sentry-cli 1.10.0
send-event
sentry-cli 1.9.2
sentry-cli 1.9.1
info
command.sentry-cli 1.9.0
set-commits
withOLD_REV..NEW_REV
HEAD
) in commits when a repo is availablesentry-cli 1.8.1
sentry-cli 1.8.0
info
command now returns an exit code of 1 in case the config is incomplete--config-status-json
to theinfo
command to better support sentry-cli invokedfrom scripts
413 errors some users are experiencing
which resolves issues where release files were uploaded as debug symbols instead of the
actual dsym files
sentry-cli 1.7.0
CLICOLOR
environment variablewas an issue where signed and unsigned debug symbols were discovered in derived data in
case of debug builds.
--validate
and--rewrite
in one command better for source map upload.sentry-cli 1.6.0
--fingerprint
support tosend-event
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 managedistributions on self hosted Sentry versions.
sentry-cli 1.5.0
--uuid
parameter toupload-dsym
--no-zips
parameter toupload-dsym
--derived-data
parameter toupload-dsym
sentry-cli 1.4.1
sentry-cli 1.4.0
org
sentry-cli 1.3.0
sentry-cli releases propose-version
sentry-cli 1.2.0
.env
files--finalize
option to automatically finalize releases on creationsentry-cli info
command rendering and claritysentry react-native-xcode
sentry-cli 1.1.0
upload-dsyms
when launched from xcode will now upload symbols in the background andnotify with OS X notifications about changes
sentry-cli 1.0.0
sentry-cli 0.28.0
sentry-cli 0.27.1
error
sentry-cli 0.27.0
sentry-cli 0.26.0
react-native-xcode
command to support react-native sourcemap generation anduploading
sentry-cli 0.25.0
artifacts
sentry-cli 0.24.0
sentry-cli 0.23.0
sentry-cli 0.22.0
sentry-cli 0.21.1
sourcemap references
sentry-cli 0.21.0
sentry-cli
tool is now automatically attempting to findmatching sourcemaps and emit a
Sourcemap
header with the correct reference. This helpsin situations like react-native where the source reference in the file is malformed or
points to a non existing file by default
--rewrite
flag on the upload sourcemaps tool which causedincorrect sources to be inlined. This is now properly supported.
--strip-common-prefix
on the upload sourcemaps tool now skips over paths which are notabsolute.
sentry-cli 0.20.0
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
sentry-cli 0.19.4
TERM
environment variable was not setsentry-cli 0.19.3
sentry-cli 0.19.2
sentry-cli 0.19.1
sentry.io
sentry-cli 0.19.0
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
issues
command to bulk manage issuessentry-cli 0.17.0
sentry-cli 0.16.1
sentry-cli 0.16.0
http.proxy_url
http.proxy_username
http.proxy_password
sentry-cli 0.15.0
http.keepalive
settingsentry-cli 0.14.0
sentry-cli 0.13.1
~/
)were used.
sentry-cli 0.13.0
~
to support the new wildcard featuresentry-cli 0.12.1
sentry-cli 0.12.0
send-event
to submit events to Sentrysentry-cli 0.11.0
login
command.sentry-cli 0.10.1
sentry-cli 0.10.0
--validate
flagsentry-cli 0.9.0
--ext
for explicitly provided files on sourcemap uploads--ext
sentry-cli 0.8.0
sentry-cli 0.7.0
info
command.sentryclirc
config file supportsentry-cli 0.6.0
sentry-cli 0.5.1
sentry-cli 0.5.0
Added basic sourcemap support.
sentry-cli 0.4.0
Added sudo support to the update command.
sentry-cli 0.3.0
Updated sentry CLI to have improved x-code dsym upload support and added an update
command.
0.2.0 - Alpha Release
Added support for sentry auth tokens.
0.1.0 - Initial Release
An initial release of the tool.