sentry 0.5.4

Sentry (getsentry.com) client for rust ;)
Documentation
<p align="center">
  <a href="https://sentry.io" target="_blank" align="center">
    <img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280">
  </a>
  <br />
</p>

# Sentry Rust

[![Build Status](https://travis-ci.org/getsentry/sentry-rust.svg?branch=master)](https://travis-ci.org/getsentry/sentry-rust)
[![Crates.io](https://img.shields.io/crates/v/sentry.svg?style=flat)](https://crates.io/crates/sentry)

This is a new work in progress Sentry library. It will eventually be published to
crates.io as `sentry`. At the moment the crate on creates.io is an older and
incompatible version of this crate.

## Requirements

We currently only verify this crate against a recent version of Sentry hosted on
[sentry.io](https://sentry.io/) but it should work with on-prem Sentry versions
8.20 and later.

Additionally, the lowest Rust version we target is _1.22.0_.

## Resources

* [crates.io]https://crates.io/crate/sentry
* [Documentation]https://docs.rs/sentry
* [Bug Tracker]https://github.com/getsentry/sentry-rust/issues
* [IRC]irc://chat.freenode.net/sentry (chat.freenode.net, #sentry)
* Follow [@getsentry]https://twitter.com/getsentry on Twitter for updates