3 Commits

Author SHA1 Message Date
27f0403bf1 Small tweak to readme 2012-04-18 11:35:02 +01:00
2e380d1f8f Updated installation instructions in readme 2012-04-13 18:27:41 +01:00
58d68a6779 Fixed a typo in readme 2012-04-13 18:27:27 +01:00

View File

@@ -1,14 +1,20 @@
# Airbrake-Statsd
# Airbrake-Statsd [![Build Status](https://secure.travis-ci.org/jimeh/airbrake-statsd.png)](http://travis-ci.org/jimeh/airbrake-statsd)
[![Build Status](https://secure.travis-ci.org/jimeh/airbrake-statsd.png)](http://travis-ci.org/jimeh/airbrake-statsd)
Extends the [Airbrake][] gem to also report exceptions Esty's [Statsd][]
Extends the [Airbrake][] gem to also report exceptions to Esty's [StatsD][]
statistics aggregator.
## Installation
Command line:
gem install airbrake-statsd
Gemfile:
```ruby
gem 'airbrake-statsd'
```
## Usage
It's assumed you know what both Airbrake and StatsD are before attempting to