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

**OS:** - [ ] Windows - [x] MacOS - [ ] Linux **Platform:** - [x] iOS - [x] Android **SDK:** - [x] `@sentry/react-native` (>= 1.0.0) - [ ] `react-native-sentry` (

enhancement
component: config
Status: Backlog

Hi guys 👋 We have an issue with Sentry CLI, it always tries to read the global config from `~/.sentryclirc`. Unfortunately, we can't allow doing that due to security reasons...

component: config
feature
Status: Backlog

Instead of only looking for the config file in ~/.sentryclirc please follow https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html and look in $XDG_CONFIG_HOME/sentry/cli.ini (or similar) or $HOME/.config/sentry/cli.ini if $XDG_CONFIG_HOME is unset. There is even a nice...

enhancement
help wanted
component: config
Status: Backlog

### Environment ``` "@sentry/cli": "^2.7.0", ``` ### Steps to Reproduce I have an NX project where I got two angular applications and two nestjs applications. Each of them has a...

Status: Stale

The code that determines if a source file that has been added to a `SourceMapProcessor` is minified is [here](https://github.com/getsentry/sentry-cli/blob/caac82ac8a444d51f699d49414f679c4d8a45afe/src/utils/sourcemaps.rs#L228). It checks 1. if the file name contains the substring ".min."...

Status: Backlog

docker hub heavily rate limits anonymous users. using the sentry cli via a docker image pulling from docker hub often hits these rate limits in ephemeral ci systems (codepipeline+codebuild). can...

enhancement
installation: docker
Status: Backlog

Sentry CLI 2.13.0 added support for PPDB embedded in the PE assembly with #1463. That's working fine, and will also use the embedded debug info to derive sources when using...

Status: Backlog

My repository is a monorepo on local gitea instance we are self hosting. I want to be able to specify the specific commits that effect the specific project the release...

Status: Stale
Status: Backlog

Right now docs are using old (yet still functional) v1 API. We should upgrade it to v2 to not confuse users and be up to date with the latest release.

help wanted
docs
Status: Backlog

### Problem Statement I am trying to host an element chat server on my ppc64le server, and I get the following error: ``` Error: Unable to download sentry-cli binary from...

enhancement
os: other
Status: Backlog