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

Since [Windows on ARM](https://learn.microsoft.com/windows/arm/overview) is now a thing, and we already build releases for ARM64 for Linux and MacOS, it would probably be worth building an ARM64 release for Windows...

enhancement
os: windows
Status: Backlog

Tools that depend on Sentry CLI are dependent on the CLI to output helpful error messages. Additionally, these tools may want to do error handling based on what error is...

Status: Backlog

### Environment Both v1 and v2 return a misleading "No commits found" error message if you call `sentry-cli releases set-commits` on a release that already has commits associated with it....

enhancement
component: releases
Status: Backlog

Add CLI command that can emit metrics. Fixes GH-2001

Add information about using Derive API for future commands. This PR should not be merged before the send-metric command is added as it references that command.

### Environment How do you use Sentry? Can repro with both Which SDK and version? Using sentry-cli v2.0.3 ### Steps to Reproduce ` % sentry-cli debug-files check some.symbols.wasm` ### Expected...

bug
need more information
component: symbols

It would be nice if the installation of sentry-cli also adds ```sentry``` as an alias for ```sentry-cli```.

enhancement
Status: Backlog

This code is more closely related to the utils module's progress bar code than to the api code, so we should move it there. Depends on #2042 Ref https://github.com/getsentry/sentry-cli/issues/2008

Status: In Progress

I'm using setnry-cli 1.55.2. I'm running the following command: `sentry-cli releases set-commits --auto` I'm getting this result: ``` error: API request failed caused by: sentry reported an error: gateway timeout...

bug
Status: Stale

Moving the progress bar code into a submodule will allow us to move the `ProgressBarMode` code from the `api` module next to the progress bar code. I will create a...

Status: Stale
Status: In Progress