sentry-cli
sentry-cli copied to clipboard
A command line utility to work with Sentry.
Chunk uploads are available for Proguard files, but they are not the default and have been labelled as experimental. Before we can make them the default, we must do the...
If the token-embedded and user-provided URLs only differ by a trailing slash, we should not warn about a mismatched URL. Let's normalize the URLs before comparing. > Update: discussed with...
When we are unable to identify the correct sources to bundle when uploading debug files, we should output detailed error messages to help users understand: - Why we cannot find...
Chunk uploading appears to have a very large memory usage when uploading large files, since we appear to be reading the entire file contents into memory. For instance, the (currently...
A future change will add non-data-type-related logic to the `compression` submodule. It therefore makes sense to move the submodule directly under the `api` module.
This adds more support for having multiple projects where the Rust API had already support. Closes #2902 Closes [CLI-212](https://linear.app/getsentry/issue/CLI-212/align-js-api-between-commands-that-accept-multiple-projects)
### Problem Statement Some of our users provide the raw crash logs from their Apple devices in `.ips` format. It would be really helpful to be able to upload these...
### CLI Version 2.58.2 ### Operating System and Architecture - [x] macOS (arm64) - [ ] macOS (x86_64) - [ ] Linux (i686) - [x] Linux (x86_64) - [ ]...