chore(deps): update CLI to v2.5.0 #2385
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.5.0.
Auto-generated by a dependency updater.
Changelog
2.5.0
Various fixes & improvements
2.4.1
Various fixes & improvements
2.4.0
Various fixes & improvements
2.3.1
Various fixes & improvements
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
2.0.4
Various fixes & improvements
2.0.3
Various fixes & improvements
--headera global flag so its position independent (#1194)monitorsas hidden command w. integration tests (#1196)bash-hookas hidden command w. integration tests (#1197)2.0.2
Various fixes & improvements
fetch.FetchErrorusage in favor of catch-all clause (#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-filescommand, which is a joined functionality ofdifutilandupload-difcommands.deployscommand, which was extracted fromreleases deployssubcommand.filescommand, which was extracted fromreleases filessubcommand.sourcemaps uploadcommand, which was extracted fromreleases files upload-sourcemapssubcommand.sourcemaps resolvecommand.--headerargument, which supports multiple occurences, to configure outgoing requests--quiet/--silentflags to allow silencingstdoutoutput (This flag is currently implemented only for selected subcommands)Removed APIs
react-native codepushsubcommand (usereact-native appcenterinstead) (breaking)react-native-gradleandreact-native-xcodecommands (usereact-native gradleandreact-native xcodeinstead) (breaking)crash_reportingrelated code andwith_crash_reportingcrate feature (no required changes) (breaking)SENTRY_NO_PROGRESS_BARenv var in favor ofSENTRYCLI_NO_PROGRESS_BAR(rename env variable) (breaking)difutil idsubcommand (usedebug-files checkinstead)upload-dsymcommand (usedebug-files uploadinstead)releases upload-sourcemaps --rewritea default behavior nowref: Removerestored in 2.0.2 as hidden aliasupload-dsymcommand (usedebug-files uploadinstead) (breaking)ref: Removerestored in 2.0.2 as hidden aliasdifutil idsubcommand (usedebug-files checkinstead) (breaking)ref: Remove- restored in 2.0.3 as hidden commandmonitorscommand (support for this feature has been dropped) (breaking)ref: Remove- restored in 2.0.3 as hidden commandbash-hookcommand (use1.xif you still need the functionality) (breaking)Breaking Changes
nodeversion tov12(update node version) (breaking)--headerargument ofreleases files uploadcommand to--file-header(rename flag) (breaking)CUSTOM_HEADERtoSENTRY_HEADERanddefaults.custom_headertohttp.header(rename env variable or update config file) (breaking)ignore-emptyforreleases set-commitsa default behavior and hide--ignore-emptyflag (remove--ignore-emptyusage) (breaking)Various fixes & improvements
--quietflag forreleases upload-sourcemapscommand--quietflag fordifutil checkcommand--auth-tokena global argumentProgressBarinstances and logs always write tostderrfailuretoanyhowcrate1.74.5
Various fixes & improvements
ansi-regexto version^3.0.1(#1281)TempFilerobustness on Windows (#1256)