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

A command line utility to work with Sentry.

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

Changing to the `clap` [Derive API](https://docs.rs/clap/latest/clap/_derive/index.html) will allow us to define commands as structs, and have the arguments automatically parsed into the respective fields on the struct. The Derive API...

Status: Backlog

### Environment What version of the CLI and what OS are you running? Sentry CLI 1.23.0, macOS Ventura 13.4 ### Steps to Reproduce Similar to #1846: 1. Create a `.js`...

Status: Backlog

The Sentry CLI currently uses [`curl`](https://docs.rs/curl/latest/curl/) to make requests to the Sentry API. The `curl` library simply provides bindings over the `libcurl` API. We should replace `curl` with [`reqwest`](https://crates.io/crates/reqwest), which...

Status: Backlog

### Environment CLI:2.17.5 OS: MacOS 14.0 ### Steps to Reproduce **Quick repo:** - Create a Organisation with an uppercase letter in its name - Create a new project (in our...

Status: Backlog

### Environment What version of the CLI and what OS are you running? macOS Sonoma 14.0, sentry-cli 2.23.1 cli executable downloaded directly from GitHub releases page [sentry-cli-Darwin-arm64](https://github.com/getsentry/sentry-cli/releases/download/2.23.1/sentry-cli-Darwin-arm64) ### Steps to...

enhancement
os: macos
Status: Backlog

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Have a Mach-O executable and a Mach-O debug companion debug files in one folder 2. Upload them to Sentry through the...

Status: Backlog

It's already possible to inject Debug ID to source maps via `sentry-cli` ([source](https://github.com/getsentry/sentry-cli/blob/master/src/commands/sourcemaps/inject.rs)): ``` sentry-cli sourcemaps inject /path/to/directory ``` I think it would be great to support this feature in...

enhancement
Status: Backlog

It would be useful to instrument `sentry-cli` with Sentry so that nothing runs on the user end by default, but we can ask them to temporarily switch it on in...

enhancement
Status: Backlog

### Environment What version of the CLI and what OS are you running? * Windows 11 22H2 * Sentry CLI 1.75.2 ### Steps to Reproduce What you did? * Get...

enhancement
Status: Backlog

We should implement the fix described in https://github.com/alexcrichton/curl-rust/issues/524 to not crash downstream deps on mac os sonoma.

bug
Status: Backlog