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 Ventura (beta) Xcode 14.0 and 14.0.1 sentry-cli 2.5.2 and 2.6.0 ### Steps to Reproduce 1. Product 2. Archive 3. NOT PROFIT!! ### Expected Result Well, I expected...

need reproduction

# Problem The CLI is rarely used standalone. In most cases, it is executed via intermediates like the [Sentry Webpack plugin](https://github.com/getsentry/sentry-webpack-plugin). When the CLI is installed via npm, it will...

component: javascript
Status: Backlog

It'd be nice if the `getsentry/sentry-cli` docker container were available for ARM/aarch64. I don't think any additional effort is required here except for specifying it as a platform when building...

enhancement
installation: docker
os: other
Status: Backlog

It would useful in some situations to not have to set an environment variable `SENTRY_PROPERTIES`, but instead provide the path as an argument to the CLI directly. This would also...

enhancement
component: config
Status: Backlog

As raised in https://github.com/getsentry/sentry-javascript/issues/4489, some users are concerned about exposing their original source code to the public via things like browser dev tools automatically applying published sourcemaps. We've taken the...

feature
Status: Backlog

It would be very nice to have an installable file for s390x. I try to compile element-web (a matrix client) and it fails because the docker build process cannot download...

os: other
Status: Backlog

## The scenario Suppose a user runs `sourcemaps upload` against a directory `foobar/` where the JS source files have already been injected with debug IDs. Like so: ``` $ sentry-cli...

Status: Backlog

In [`upload_files_parallel`](https://github.com/getsentry/sentry-cli/blob/5da558778bcd1460841ef420cb0c46cdf1e14997/src/utils/file_upload.rs#L228), we make an API call at the beginning of the method to obtain a list of existing files, then if we find we have a new file to...

Status: Backlog

Hello there, it would be great if you could add hashsums or even better hashsums and sboms with signatures next to the release artefacts. that would enable users to validate...

enhancement
help wanted