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 cli 2.7.0 server 22.10.0.dev0 ### Steps to Reproduce 1. `sentry-cli "releases" "files" "[email protected]+104" "delete" "--all"` ### Expected Result server should delete files ### Actual Result server triggers `Release.DoesNotExist`...

The [docs](https://docs.sentry.io/product/cli/configuration/#configuration-file) state that the default path to the sentry configuration file (.sentryclirc) is `~/.sentryclirc`. Placing this file in the user's home directory, with no way to change it, create...

Status: Stale

Allow multiple headers to be passed to sentry-cli when usingy the JS interface.

At the moment, JS layer above [sentry-cli](https://www.npmjs.com/package/@sentry/cli) allow passing at most one header, as follow ```javascript import Sentry from '@sentry/cli' const cli = new Sentry(undefined, { // Note the singular...

Hi all :wave: with this PR I suggest to add the `sentry issues list` command to show the list of issues bases on a query. This is similar to `events...

### Environment Node 16.17 ### Steps to Reproduce Given the following code ``` const SentryCli = require('@sentry/cli') const cli = new SentryCli() await cli.releases.new("1.0") await cli.releases.setCommits(release, { repo: "myrepo", commit:"000000000000",...

MOVING TO DRAFT UNTIL PROBLEMS DETAILED IN https://github.com/getsentry/sentry-cli/issues/1348#issuecomment-1268931182 ARE SOLVED ----------------------- This makes the following changes regarding `@sentry/cli` installation: - Update the error message when downloading fails to mention the...

Status: Backlog

Problem: The post-install script in `@sentry/cli`, which attempts to download the version of the `sentry-cli` executable appropriate to the current platform, can error out for any number of reasons, and...

enhancement
installation: npm
component: javascript

- Switch to using `import` instead of `require` - add `"type": "module"` to `package.json`

enhancement
component: javascript

This adds support to the `debug-files` subcommand to check, find and upload Portable PDB files. Currently depends on a new symbolic release, and upload depends on properly exposing this in...