forked from getsentry/sentry-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update CLI to v2.58.2 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
deps/scripts/update-cli.sh
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+48
−40
Conversation
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
0c5e3f0 to
25902ed
Compare
25902ed to
950705c
Compare
950705c to
189ae04
Compare
189ae04 to
7a8b794
Compare
7a8b794 to
5dc8373
Compare
a0efd1d to
bdaa2d3
Compare
bdaa2d3 to
082cc07
Compare
082cc07 to
393f41a
Compare
393f41a to
d7cf6ca
Compare
d7cf6ca to
82fef73
Compare
82fef73 to
3014aa1
Compare
3014aa1 to
25fc90c
Compare
25fc90c to
4d871d7
Compare
4d871d7 to
2492aef
Compare
2492aef to
2351494
Compare
2351494 to
5506e42
Compare
5506e42 to
de7ea2e
Compare
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.
Bumps scripts/update-cli.sh from 2.50.2 to 2.58.2.
Auto-generated by a dependency updater.
Changelog
2.58.2
Improvements
sentry-cli build uploadcommand's--head-shaand--base-shaarguments (#2945). The CLI now validates that these are valid SHA1 sums. Passing an empty string is also allowed; this prevents the default values from being used, causing the values to instead be unset.Fixes
sentry-cli build uploadcommand's--vcs-provider,--head-repo-name,--head-ref,--base-ref, and--base-repo-namearguments resulted in 400 errors (#2946). Now, setting these to empty strings instead explicitly clears the default value we would set otherwise, as expected.2.58.1
Deprecations
Improvements
sentry-cli debug-files bundle-jvmno longer makes any HTTP requests to Sentry, meaning auth tokens are no longer needed, and the command can be run offline (#2926).Fixes
base_shaandbase_refwhen they equalhead_shaduring auto-inference, since comparing a commit to itself provides no meaningful baseline (#2924).sentry-cli sourcemaps upload. The error now correctly indicates the organization doesn't exist, rather than incorrectly suggesting the Sentry server lacks artifact bundle support (#2931).2.58.0
New Features
sentry-cli build uploadcommands (#2899, #2905). At the time of this release, build uploads are still in closed beta on the server side, so most customers cannot use this functionality quite yet.Deprecations
upload-proguardsubcommand's--platformflag (#2863). This flag was a no-op for some time, so we will remove it in the next major.upload-proguardsubcommand's--android-manifestflag (#2891). This flag was a no-op for some time, so we will remove it in the next major.sentry-cli sourcemaps uploadcommand's--no-dedupeflag (#2913). The flag was no longer relevant for sourcemap uploads to modern Sentry servers and was made a no-op.Fixes
--base-ref,--base-sha) when using thebuild uploadsubcommand in git repos. Previously this worked only in the context of GitHub workflows (#2897, #2898).Performance
sentry-cli sourcemaps uploadcommand by eliminating an HTTP request to the Sentry server, which was not required in most cases (#2913).Internal changes
2.57.0
New Features
projectsfield toSentryCliUploadSourceMapsOptions(#2856)Deprecations
upload-proguardsubcommand's--app-id,--version, and--version-codeflags (#2852), as we plan to remove these flags in Sentry CLI 3.x. Users should simply stop using the flags; the values specified there have never had an effect on deobfuscation, and are no longer visible in Sentry.Fixes
sentry-cli debug-files bundle-jvmandsentry-cli sourcemaps upload. Any stderr output during the progress bar was lost if stderr was redirected.2.56.1
Deprecations
Fixes & improvements
2.56.0
Various fixes & improvements
SENTRY_RELEASEenvironment variable (#2807) by szokeasaurusrex2.55.0
Various fixes & improvements
2.54.0
Various fixes & improvements
2.53.0
Various fixes & improvements
Changes from 2.53.0-alpha
2.53.0-alpha reintroduced the
build(previously namedmobile-app) commands. 2.53.0 is the first stable release to reintroduce them.Please note, the
buildcommands are still experimental, and are therefore subject to breaking changes, including removal, in any release, without notice.2.53.0-alpha
This release reintroduces the
build(previously namedmobile-app) commands.Various fixes & improvements
2.52.0
Various fixes & improvements
dart-symbol-map uploadcommand (#2691) by buenaflorcollect(#2705) by szokeasaurusrex--no-upload(#2693) by P1n3appl32.51.1
Various fixes & improvements
logscommand as beta (#2690) by szokeasaurusrex2.51.0
Logs command
This release introduces a new
sentry-cli logs listcommand, which lists your Sentry logs. For more details, seesentry-cli logs list --help.Please note: if you receive a
403error when using the new command, you may need to generate a new auth token with different permissions. You can do this by navigating to Settings → Developer Settings → Personal Tokens in Sentry. On the Personal Tokens page, generate a token withorg:readscope, and pass this to the command using--auth-tokenor by setting theSENTRY_AUTH_TOKENenvironment variable.Various fixes & improvements
releases files upload-sourcemaps(#2676) by szokeasaurusrex