chore(deps): update CLI to v2.51.0 #5053
Merged
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.51.0.
Auto-generated by a dependency updater.
Changelog
2.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 szokeasaurusrex