Sentry-Client
| 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.
Usage
Add the following to your rusts Cargo.toml:
[]
= "2"
And then this in your crate root:
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
This library is licensed under MIT.