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 What version of the CLI and what OS are you running? CLI: `2.20.6`, OS: `Windows 10` and `Windows Server 2019` ### Steps to Reproduce Run `sentry-cli.exe update` in...

help wanted
os: windows
Status: Backlog

See #1813. The heuristic we use gives the file in question a probability of 0.47 of being minified, whereas the cutoff is at 0.5. The file also doesn't contain a...

Status: Backlog

On node 21, using sentry cli shows a warning: ```DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.``` Here's the dependency stack leading to punycode: ``` @sentry/cli@npm:2.21.2...

Status: Backlog

I'm using sentry-cli to try to upload errors found in valgrind to the same place where we capture other errors from the same program in other contexts. I convert the...

Status: Backlog

As reported in #1759, the updater always asks for elevated permissions on Windows because the check for writeability of the exe doesn't work there. We should rebuild the updater logic...

enhancement
Status: Backlog

### Environment sentry-cli 2.20.5. macOS 13.5 on Apple silicon. ### Steps to Reproduce Run at the root of a large built software project: `sentry-cli upload-dif --include-sources -o _redacted_ -p _redacted_...

Status: Backlog

### Environment JavaScript `@sentry/cli` 2.19.1 ### Steps to Reproduce Related to #1644. When invoked like this: ```js await sentryReleases.uploadSourceMaps(args.commit, { include: [tmpdir], }); ``` this promise never fails even if...

enhancement
component: javascript
blocked
Status: Backlog

We've recently enabled attachment support for a Crons check-in. We can now enable support in our CLI, to automatically upload it's output to Sentry.

Status: Backlog

Ignore global config if `SENTRY_SKIP_GLOBAL_CONFIG` exists Issue: https://github.com/getsentry/sentry-cli/issues/1607

Status: Backlog

I wanna use the `find` cmd without an `id`, I wanna locate debug files in a folder tree, I don't know the debug ids beforehand. If the `id` is mandatory,...

component: symbols
feature
Status: Backlog