13 stable releases

Uses old Rust 2015

2.2.0 Feb 27, 2018
2.1.2 Nov 17, 2017
2.1.1 Apr 23, 2017
2.0.0 Mar 30, 2017
1.1.0 Feb 18, 2017

#29 in #lang

MIT license

44KB
924 lines

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:

[dependencies]
sentry-rs = "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

Original Rust Sentry (MIT)

This library is licensed under MIT.

Dependencies

~14–25MB
~386K SLoC