sentry-cli
sentry-cli copied to clipboard
A command line utility to work with Sentry.
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...
### 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...
- 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...
### Environment The latest version of sentry-cli on pypi is 2.21.2. What is the process to get the newer version on pypi ? 
### 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...
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,...
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...
### 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...