@sentry/cli-linux-arm
Advanced tools
Changelog
2.51.1
logs
command as beta (#2690) by @szokeasaurusrexChangelog
2.51.0
This release introduces a new sentry-cli logs list
command, which lists your Sentry logs. For more details, see sentry-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 with org:read
scope, and pass this to the command using --auth-token
or by setting the SENTRY_AUTH_TOKEN
environment variable.
releases files upload-sourcemaps
(#2676) by @szokeasaurusrexChangelog
2.50.2
This change removes the mobile-app upload
experimental feature which was introduced in 2.50.1.
Changelog
2.50.1
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.
Changelog
2.50.0
rejectOnError
in public execute
type declarations (#2628) by @Lms24Changelog
2.49.0
live
option type for releases.uploadSourceMaps
(#2627) by @Lms24Changelog
2.48.0
live: 'rejectOnError'
execution mode to execute
method (#2605) by @Lms24Changelog
2.47.0
mobile-app
command from release builds (#2582) by @szokeasaurusrexChangelog
2.46.0
react-native appcenter
as deprecated (#2522) by @chromynpm
package on Android (#2524) by @szokeasaurusrex--started
flag (#2515) by @szokeasaurusrexorig_path
for bundle sources output file name (#2514) by @szokeasaurusrexfiles
subcommands as deprecated. (#2512) by @Swatinem