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

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

Waiting for: Community

We should create a centralized list of all services that call Sentry CLI

CLI
Task

The output of the CLI is in human-readable tabular format. I looked through the code and the docs and it appears that there is no way to get csv, json,...

Improving source map upload speeds, even by a few percentage points, could greatly benefit JavaScript users by cutting time down from their build process. We should investigate whether we are...

CLI
Improvement

Currently, we have some "file not found" error messages, which are not super helpful, because they don't mention the file path that Sentry CLI was looking for. We should add...

CLI
Improvement
Quality Improvement

When sourcemap or debug file uploading fails, the Sentry CLI exits with a nonzero exit code. However, Sentry CLI users (including plugins that use Sentry CLI) may choose to ignore...

Feature
CLI

I have an issue which is related with uploading `mapping.txt` file, And reported it at https://github.com/getsentry/sentry-android-gradle-plugin/issues/764 Then, I got answer that `SENTRY_HTTP_MAX_RETRIES` env would solve my problem. After I set...

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

bug

In our CI server, we pin the version of sentry-cli for repeatability. Currently, our build script has to do the following: 1. Check if sentry-cli is installed at all. 2....

Feature
Good First Issue
CLI

Since v8 of the JavaScript SDKs we dropped Node v12 support which means all the platforms we support have `globalThis`. This saves ~90 bytes every time debug IDs are injected....