Skip to content

Commit

Permalink
Add gem version and SemVer compatibility badges to README (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
greysteil authored and fractalwrench committed Jul 17, 2018
1 parent 2887674 commit f832296
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Bugsnag exception reporter for Ruby
[![build status](https://travis-ci.org/bugsnag/bugsnag-ruby.svg?branch=master)](https://travis-ci.org/bugsnag/bugsnag-ruby)
![Gem Version](https://badge.fury.io/rb/bugsnag.svg)
[![SemVer](https://api.dependabot.com/badges/compatibility_score?dependency-name=bugsnag&package-manager=bundler&version-scheme=semver)](https://dependabot.com/compatibility-score.html?dependency-name=bugsnag&package-manager=bundler&version-scheme=semver)



The Bugsnag exception reporter for Ruby gives you instant notification of exceptions thrown from your **[Rails](https://www.bugsnag.com/platforms/rails)**, **Sinatra**, **Rack** or **plain Ruby** app. Any uncaught exceptions will trigger a notification to be sent to your Bugsnag project.

## Features

* Automatically report unhandled exceptions and crashes
* Report handled exceptions
* Report handled exceptions
* Attach user information to determine how many people are affected by a crash
* Send customized diagnostic data

Expand Down

0 comments on commit f832296

Please sign in to comment.