sentry-cli
sentry-cli copied to clipboard
A command line utility to work with Sentry.
When progress bars are disabled, which is by default in CI, we log any messages that usually would go to the progress bar straight to `stderr` instead. In some CI...
### Problem Statement Today, only releases.new and releases.uploadSourcemaps support supplying multiple projects via the `getProjectFlagsFromOptions` helper: https://github.com/getsentry/sentry-cli/blob/8c6e63e6da73194fae6d2257daf643b3200389b5/js/releases/index.js#L53-L56 https://github.com/getsentry/sentry-cli/blob/8c6e63e6da73194fae6d2257daf643b3200389b5/js/releases/index.js#L197-L199 Briefly looking over the rust code-base, it seems that more commands support...
The `--ignore` parameter is not very well documented currently, and is therefore being used incorrectly not only by some external users, but also in some places we use `--ignore` internally....
When downloading the Sentry CLI `.exe` on a Windows machine, using the Edge browser, a warning like this appears. Proceeding with the download requires clicking through several sub-menus to confirm...
> number_prefix crate is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `number_prefix` | | Version | `0.3.0` | |...
### Description Adds `investigation.md` detailing whether `sentry-cli` can upload source files twice during sourcemap uploads. The investigation concludes that duplication *can* occur when original `.js` source files are present in...
### Problem Statement This is a follow-up to [#2177: API request failed caused by: [6] Couldn't resolve host name (Could not resolve host: sentry.io)](https://github.com/getsentry/sentry-cli/issues/2177) We are seeing this when uploading...
Currently we assume a `404` to the `/artifactbundle/assemble` endpoint is due to [the release not being found](https://github.com/getsentry/sentry-cli/blob/8cca6fa4450e4baffbc456a3cfe27c82d8f4bccf/src/api/mod.rs#L772). However, as releases are not even required for this endpoint, the error message...
### CLI Version 2.58.0 ### Operating System and Architecture - [x] macOS (arm64) - [ ] macOS (x86_64) - [ ] Linux (i686) - [ ] Linux (x86_64) - [...
`--symbol-map` requires `dsymutil` to be available. However, this tool is only available on macOS and Linux systems. We should therefore remove it on Windows. Note that the removal is not...