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

### Environment macOS 12.4 Xcode 13.4.1, iOS app for min iOS 13 sentry-cli 2.5.0 installed via homebrew ### Steps to reproduce sentry-cli upload-dif -o ORG -p PROJECT --wait --log-level=debug ./AppName.app.dSYM.zip...

Does what the title says. Though not sure this is the best solution to this really.

Status: Backlog

### Environment Github action platform: linux, architecture: x86_64 node v16.16.0 sentry-cli 2.5.0 (`curl -sL https://sentry.io/get-cli/ | bash`) How do you use Sentry? Sentry SaaS (sentry.io) ### Steps to Reproduce ```...

Sorry to re-open a PR for the same feat, but I can't re-open #1047. This PR adds ``` Manage events on Sentry. USAGE: sentry-cli events [OPTIONS] OPTIONS: --auth-token Use the...

### Environment How do you use Sentry? - Sentry SaaS Which SDK and version? JavaScript/React version 7.6.0 ### Info I'm not sure if this is a bug or not so...

CC @mitsuhiko ``` $ cat foo.sh sentry-cli bash-hook > foo.txt eval "$(sentry-cli bash-hook)" exit 2 $ ./foo.sh ./foo.sh: eval: line 63: syntax error near unexpected token `>' ``` That's probably...

bug
need more information
Status: Backlog
command: bash-hook

Shell script produced by `bash-hook` was missing a shebang, which caused it to be executed by `sh` in some environments. And because `sh` has no process substitution (https://www.shellcheck.net/wiki/SC3001) it failed...

Status: Backlog

This changes the release builds to optimize for size and strip symbols. I don't think this is necessarily a good idea but I wonder how small the linux binaries get...

### Environment We have self-hosted Sentry v9.1.2 Which SDK and version? SentryWebpackPlugin v1.18.9 ### Steps to Reproduce 1. Add `@sentry/webpack-plugin` to webpack config 2. Run `npm ci --ignore-scripts` 3. Run...

When using `setCommits()` with `auto: true` and multiple environments, you can get into a state where your production releases do not have the right commits because its previous release is...

component: releases
feature
Status: Backlog