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

When uploading debug files, `sentry-cli` unzips zip files and then zips them together again into one big archive. This reportedly causes excessively large uploads. Possibly related: https://github.com/getsentry/sentry-cli/issues/1622

enhancement
Status: Backlog

### Environment sentry-cli >= 2.21.3 + rootless docker ### Steps to Reproduce 1. Install Docker in [rootless mode](https://docs.docker.com/engine/security/rootless) 2. Pull some image (eg: `python:3.12`) and start new container (`docker run...

Status: Backlog

### Environment sentry-cli 2.28.6 ### Steps to Reproduce 1. Download Sentry CLI 2. Upload source maps with a `--url` containing a port ### Expected Result Working with custom port ###...

Waiting for: Community

When `sentry-cli` load envs from `.env` the react native Xcode script it wraps inherits all the loaded envs which clashes with other react native libraries loading envs during the bundling...

Status: Backlog
Platform: React-Native

### Environment What version of the CLI and what OS are you running? 2.27.0 ### Steps to Reproduce What you did? run sentry-cli with `--info-plist` param ### Expected Result What...

Status: Stale
Waiting for: Community

When there is a non-2xx status while downloading the Sentry CLI binary in the CLI install script, we currently print the following error message: ``` "error: your platform and architecture...

enhancement
Status: Backlog

### Environment macOS 14.3, sentry-cli 2.26.0 ### Steps to Reproduce 1. add a file with an embedded source map containing `"version": 3.0` (note the floating point version number) to your...

enhancement
Status: Backlog

We want to prevent confusion in cases like this: https://github.com/getsentry/sentry-cli/issues/1902#issuecomment-1906088229

Status: Backlog

Applies a heuristic to guess that a sourcemap URL is a remote URL path (without scheme and domain): 1. The string starts with `/` 2. The string is not a...

Status: In Progress

### Environment - Windows 10, x86_64 - sentry-cli v2.25.3 ### Steps to Reproduce 1. Open Visual Studio 2019 Developer Command Prompt 2. Build a C++ project using cmake with `CMAKE_BUILD_TYPE`...

bug
Status: Backlog