Telebugs for Ruby

Telebugs for Ruby #

Telebugs provides simple error monitoring for your Ruby applications. We help you identify and resolve issues quickly, so you can focus on building great software.

Getting started #

Installation #

Configuration #

Usage #

Installation #

Add this line to your application’s Gemfile:

gem 'telebugs'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install telebugs

Configuration #

To configure Telebugs, you need to set your API key. You can find your API key in your Telebugs dashboard.

Telebugs.configure do |config|
  config.api_key = "YOUR_API_KEY"
end