# ExSentry
[![wercker status](https://app.wercker.com/status/e3f67da2ef0e409a62bb6bd65a50e7d7/s/master "wercker status")](https://app.wercker.com/project/bykey/e3f67da2ef0e409a62bb6bd65a50e7d7)
[![Coverage Status](https://coveralls.io/repos/appcues/exsentry/badge.svg?branch=master&service=github)](https://coveralls.io/github/appcues/exsentry?branch=master)
An Elixir library for sending exception events to
[Sentry](https://getsentry.com).
Not an officially supported Sentry client.
Alpha quality, do not use, YMMV, etc.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add exsentry to your list of dependencies in `mix.exs`:
def deps do
[{:exsentry, "~> 0.1.0"}]
end
2. Ensure exsentry is started before your application:
def application do
[applications: [:exsentry]]
end
## Authorship and License
ExSentry is copyright 2015-2016 Appcues.
ExSentry is released under the MIT License, available at LICENSE.txt.