fix(deps): update dependency @sentry/cli to v2#269
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency @sentry/cli to v2#269renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
01187dc to
253ab16
Compare
253ab16 to
9ccbba0
Compare
9ccbba0 to
337abab
Compare
337abab to
d28cd49
Compare
d28cd49 to
cad0a73
Compare
cad0a73 to
fea469a
Compare
fea469a to
cfdf0df
Compare
cfdf0df to
7c030fc
Compare
7c030fc to
3fa8c9a
Compare
3fa8c9a to
123dcd7
Compare
123dcd7 to
a09a582
Compare
a09a582 to
3108fda
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
1.74.4->2.5.2Release Notes
getsentry/sentry-cli
v2.5.2Compare Source
Various fixes & improvements
v2.5.1Compare Source
Various fixes & improvements
v2.5.0Compare Source
Various fixes & improvements
v2.4.1Compare Source
Various fixes & improvements
v2.4.0Compare Source
Various fixes & improvements
v2.3.1Compare Source
Various fixes & improvements
v2.3.0Compare Source
Various fixes & improvements
v2.2.0Compare Source
Various fixes & improvements
v2.1.0Compare Source
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
v2.0.4Compare Source
Various fixes & improvements
v2.0.3Compare Source
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)v2.0.2Compare Source
Various fixes & improvements
fetch.FetchErrorusage in favor of catch-all clause (#1193) by @kamilogorekv2.0.1Compare Source
Various fixes & improvements
v2.0.0Compare Source
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 nowupload-dsymcommand (usedebug-files uploadinstead) (breaking)~ restored in 2.0.2 as hidden aliasdifutil idsubcommand (usedebug-files checkinstead) (breaking)~ restored in 2.0.2 as hidden aliasmonitorscommand (support for this feature has been dropped) (breaking)~ - restored in 2.0.3 as hidden commandbash-hookcommand (use1.xif you still need the functionality) (breaking)~ - restored in 2.0.3 as hidden commandBreaking 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 tostderrfailuretoanyhowcratev1.74.5Compare Source
Various fixes & improvements
ansi-regexto version^3.0.1(#1281)TempFilerobustness on Windows (#1256)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.