sentry-cli
sentry-cli copied to clipboard
A command line utility to work with Sentry.
### Environment sentry-cli version 2.31.0 macos13.3.1 (22E261) ### Steps to Reproduce I uploaded the sourceMap file for the Electron project using sentry-cli ### Expected Result Hope to locate the project...
When using set-commits as follows: ```sentry-cli releases set-commits "2.0" --commit "[email protected]"```, it looks like everything is working (no error or warning). However, because the provided commit SHAs aren't the full...
There is a comment in `with_sentry_client` about debug mode: https://github.com/getsentry/sentry-cli/blob/554f4fcdcba74c203b628dd695ddbc89702db8e7/src/utils/event.rs#L84-L85 Since the help message of `send-envelope` (which uses `with_sentry_client`) says > Check debug output for transmission errors by passing --log-level=debug...
### Environment MacOS sentry-cli 2.31.0 ### Steps to Reproduce ` bun build --target=bun --sourcemap=inline --outdir=dist src/index.ts && sentry-cli sourcemaps inject dist && bun sentry-cli sourcemaps upload dist` ### Expected Result...
We should improve the issue creation flow in this repository to ensure that people who open issues provide all the information we need to triage and investigate their problems upfront....
Some items this form could contain: - Describe the feature you are requesting: - Please be as specific as possible! - How would you and other users benefit from this...
Check env vars SENTRY_RELEASE and GAE_DEPLOYMENT_ID when detecting release name, as done by SDKs. Fixes GH-2050
If the global config file does not exist in the home directory, look in the following paths: - Linux: $XDG_CONFIG_HOME/sentry/sentrycli.ini and $HOME/.config/sentry/sentrycli.ini - Mac: $HOME/Library/Application Support/sentry/sentrycli.ini - Windows: {FOLDERID_RoamingAppData} This...
### CLI Version 2.31.2 ### Operating System and Architecture - [X] macOS (arm64) - [ ] macOS (x86_64) - [ ] Linux (i686) - [X] Linux (x86_64) - [ ]...
Using `sentry-cli` is a nice way to send metrics in bash scripts and similar. We already have support for [sending events](https://docs.sentry.io/product/cli/send-event/), so this seems like a nice fit. Ideal API:...