| OS | Build Status |
|:--------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Linux | |
| Windows |
|
Sentry Client is a fork of: THIS sentry client, but contains numerous fixes as well as some code/dependency cleanup.
Add the following to your rusts Cargo.toml
:
toml
[dependencies]
sentry-rs = "2"
And then this in your crate root:
rust
extern crate sentry_rs;
The examples of Rust-Sentry are located inside of the examples/
directory. The basic usage guide is
you want to create an instance of the Sentry
, and SentryCredentials
structs.
This library is licensed under MIT.