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

Context: https://github.com/getsentry/team-mobile/issues/3 DACI: https://www.notion.so/sentry/Flag-to-disable-asset-uploads-and-release-creation-5aa83935006a4986a290dd1aa442bedb There are no implementation details or specs, it's just important that one is able to export an env. var. and be able to have a successful...

enhancement
component: config
Status: Backlog

Using sentry-cli 2.3.1 release on Windows 10 When using the --no-upload flag to upload-dif, the cli immediately returns and says skipping upload. It would be much more useful if the...

enhancement
component: symbols
Status: Backlog

In https://github.com/getsentry/sentry/pull/24104 I noticed that the code that `sentry-cli bash-hook` generates uses `: > "$_SENTRY_LOG_FILE"` to redirect output. For some reason I fail to understand, this does not write all...

bug
Status: Backlog
command: bash-hook

## Important Details How are you running Sentry? Saas (sentry.io) Adding the lines: ``` curl -sL https://sentry.io/get-cli/ | bash; export SENTRY_DSN='blahbalh'; eval "$(sentry-cli bash-hook)"; ``` on top of my bash...

bug
Status: Backlog
command: bash-hook

Hello, Would it be possible to provide the executable binary for FreeBSD x86/x64?

help wanted
os: other
feature
Status: Backlog

So things like https://github.com/getsentry/sentry-cli/pull/1151 + https://github.com/getsentry/sentry-cli/pull/1155 won't happen again.

Status: Backlog

This is blocked by https://github.com/getsentry/sentry/issues/32618 Closes https://github.com/getsentry/sentry-cli/issues/1076

blocked
Status: Backlog

This bug report is similar to #424 When deploying sentry programatically (with ansible for instance), it would be really nice to be able to manage organizations. Here is a scenario...

feature
Status: Backlog

I would like to automate the ability to create projects as part of our Jenkins builds. Is there a way to do this?

feature
Status: Backlog

On C/C++ native, sentry needs libraries and executable with `build-ids` to work properly. Otherwise the crash report will mark the debug information, aka `images` as missing and the backtrace will...

Status: Stale