sentry-cli

Command-line utility to interact with Sentry error tracking platform

brewmacoslinux
Try with needOr install directly
Source

About

Command-line utility to interact with Sentry

Commands

sentry-cli

Examples

Authenticate with Sentry using an authentication token$ sentry-cli login
Upload source maps for a release to Sentry$ sentry-cli releases files upload-sourcemaps /path/to/maps --release=myapp@1.0.0
Create a new release and associate it with commits$ sentry-cli releases create myapp@1.0.0 && sentry-cli releases set-commits myapp@1.0.0 --auto