sentry-cli icon indicating copy to clipboard operation
sentry-cli copied to clipboard

A command line utility to work with Sentry.

Results 241 sentry-cli issues
Sort by recently updated
recently updated
newest added

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...

CLI
Improvement

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...

CLI
Improvement
Quality Improvement

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...

CLI
Improvement
Quality Improvement

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...

CLI
Improvement
Quality Improvement

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.

### Description See #2930

CLI

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...

Feature
CLI

### CLI Version 2.58.2 ### Operating System and Architecture - [x] macOS (arm64) - [ ] macOS (x86_64) - [ ] Linux (i686) - [x] Linux (x86_64) - [ ]...

Bug
CLI