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

The only way to enable source context for Go is to deploy your source code next to the binary, which is odd. We should add support for source bundles for...

feature
Status: Backlog
component: go

### Environment What version are you running? Etc. ### Steps to Reproduce 1. What 2. you 3. did. ### Expected Result What you thought would happen. ### Actual Result What...

Waiting for: Community

- From resolved React Native SDK issue: https://github.com/getsentry/sentry-react-native/issues/3593#issuecomment-1948372028 If a bundle was already uploaded before without source maps, uploading it a second time with source maps will result in an...

Status: Backlog

### Environment The latest version of sentry-cli on pypi is 2.21.2. What is the process to get the newer version on pypi ? ![image](https://github.com/getsentry/sentry-cli/assets/125902/f7419508-367f-4fca-98ad-7043094c150e)

Status: Backlog

### Environment OS: macOS 14.1.2 sentry-cli: 2.28.6 Xcode: 15.2 ### Steps to Reproduce 1. Created a new project 2. Run `brew install getsentry/tools/sentry-wizard && sentry-wizard -i ios` and followed the...

Status: Backlog

We should add more tests to the Sentry CLI, to ensure we are thoroughly testing common usage scenarios and edge cases. We especially need to test `sourcemaps inject` more thoroughly,...

Status: In Progress

This function can return a `ReleaseNotFound` error, even though we don't pass a release to this function, so it appears that an incorrect release could not actually cause the error....

### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. Create a release X for projects A and B (monorepo, thus A and B share the same commit hash) 2. Deploy...

In the `sourcemaps upload` command, we output "no sourcemap ref" for any JS source file for which we cannot find a sourcemap. We should reword this to something clearer, using...

Status: Stale
Status: Backlog

### Environment Latest, all systems ### Steps to Reproduce Run the `tests/integration/_cases/react_native/xcode-upload-source-maps-release_and_dist_from_env.trycmd` test, which currently specifies as its expected behavior that the `~/react-native-xcode-bundle.js.map` should be listed under "Scripts." See the...