sentry-cli
sentry-cli copied to clipboard
A command line utility to work with Sentry.
### CLI Version 2.33.1 ### Operating System and Architecture - [ ] macOS (arm64) - [ ] macOS (x86_64) - [ ] Linux (i686) - [x] Linux (x86_64) - [...
Add test which detects failing background upload. This will help avoiding regressions - https://github.com/getsentry/sentry-cli/issues/2148
## Reproduction ```sh sentry-cli sourcemaps upload example/ --log-level=info ``` where the `example/` directory contains at least one non-UTF encoded sourcemap file. ## Expected behavior The non-UTF-8 file is neither included...
> The thirdPartyErrorFilterIntegration allows you to filter out errors originating from third parties, such as browser extensions, code-injecting browsers, or widgets from third-party services that also use Sentry. This integration...
> Thanks for the contribution! I wonder whether we could integrate something like this in a pre-commit hook and/or our CI process _Originally posted by @szokeasaurusrex in https://github.com/getsentry/sentry-cli/pull/2102#pullrequestreview-2185012562_
Note: this issue is blocked on #2545 being merged (and will possibly become inapplicable if we end up splitting that code into a separate crate) [note to self] we should...
If `sentry-cli sourcemaps inject` detects an existing `// debugId=...` comment, it skips injecting a Debug ID into that file. The underlying assumption is that if there is a `// debugId=...`...
To ensure CI also compiles with Intel macOS
This PR introduces a new silentLogs option that provides a middle ground between full verbose output and complete silence. When enabled, it suppresses verbose command output while still displaying essential...