sentry-cli icon indicating copy to clipboard operation
sentry-cli copied to clipboard

A command line utility to work with Sentry.

Results 241 sentry-cli issues
Sort by recently updated
recently updated
newest added

### Problem Statement Using `sentry-cli debug-files upload ` is really neat to easily scan and upload any relevant debug information in the build output directory. However, there are some known...

Feature
CLI

### Problem Statement When using git submodules you cannot use the CLI to add commits in the submodules to a release. We use submodules for tenant specific code, which in...

Feature

#2347 deprecates the `--use-artifact-bundle` option, let's remove it whenever we make a new major release

v3.0
CLI
Improvement

For historical reasons Sentry CLI emits `debug_id` as a field in the sourcemaps for debug ID injection. As per spec it should actually be `debugId`, HOWEVER, we wanted to give...

v3.0
CLI
Improvement

In the case where the same chunk appears more than once in a debug file chunk upload, we only need to upload the chunk once. However, we currently upload duplicate...

CLI
Improvement
Quality Improvement

Looks like the [`magic_string` crate](https://github.com/h-a-n-a/magic-string-rs) is no longer maintained, let's try to stop using it. Perhaps, by also using #2466 for non-indexed sourcemaps, we would eliminate the need for `magic_string`....

CLI
Improvement
Quality Improvement

Hey there I would love the see support for multiple SENTRY_DOTENV_PATH files. We have a setup with `.env` and `.env.local`. I would like to put the SENTRY_URL in the public...

Feature
CLI

As @loewenheim [pointed out](https://github.com/getsentry/sentry-cli/issues/2438#issuecomment-2754097614), these functions perform similar things, and so could likely be merged together. Investigate whether merging is possible and merge the functions if so

CLI
Improvement

`collect_sourcemap_references` can in some cases associate the same sourcemap with multiple source files, which should not happen. One of these cases will be addressed in #2438; here we should add...

CLI
Improvement