chore(deps): update CLI to v2.51.1 #177
Open
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 sentry-cli.properties from 2.47.0 to 2.51.1.
Auto-generated by a dependency updater.
Changelog
2.51.1
Various fixes & improvements
logs
command as beta (#2690) by szokeasaurusrex2.51.0
Logs command
This release introduces a new
sentry-cli logs list
command, which lists your Sentry logs. For more details, seesentry-cli logs list --help
.Please note: if you receive a
403
error 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:read
scope, and pass this to the command using--auth-token
or by setting theSENTRY_AUTH_TOKEN
environment variable.Various fixes & improvements
releases files upload-sourcemaps
(#2676) by szokeasaurusrex2.50.2
This change removes the
mobile-app upload
experimental feature which was introduced in 2.50.1.2.50.1
Various fixes & improvements
New experimental feature
This release introduces the new experimental
mobile-app upload
subcommand. This command is experimental, and therefore subject to changes, including breaking changes and/or removal, in any release. The command might not work as expected.2.50.0
Various fixes & improvements
rejectOnError
in publicexecute
type declarations (#2628) by Lms242.49.0
Various fixes & improvements
live
option type forreleases.uploadSourceMaps
(#2627) by Lms242.48.0
Various fixes & improvements
live: 'rejectOnError'
execution mode toexecute
method (#2605) by Lms24Build-time changes
2.47.1
No user-facing changes.