elramen
elramen
Add CLI command that can emit metrics. Fixes GH-2001
Add information about using Derive API for future commands. This PR should not be merged before the send-metric command is added as it references that command.
It would be nice if the installation of sentry-cli also adds ```sentry``` as an alias for ```sentry-cli```.
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...
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...
Looking through the SDK docs, it seems that environment variable SENTRY_RELEASE is commonly used to configure a release name. There is also an environment variable for Google App Engine used...