Sentry-Client

| OS | Build Status | |:--------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Linux | Linux Build Status | | Windows | Windows Build status |

Sentry Client is a fork of: THIS sentry client, but contains numerous fixes as well as some code/dependency cleanup.

Usage

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;

Examples

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.

License

Original Rust Sentry (MIT)

This library is licensed under MIT.