Installation
macOS / Linux
$ curl -sSf https://sentryhub.dev/install.sh | sh
Homebrew
$ brew install sentryhub
Cargo (Rust)
$ cargo install sentryhub
From source
$ git clone https://github.com/sentryhub/sentryhub
$ cd sentryhub
$ cargo build --release
$ install target/release/sentryhub /usr/local/bin/
Verify
$ sentryhub --version
sentryhub v3.4.5