SDKs JavaScript SDK Python SDK Go SDK Ruby SDK How It Works Features Pricing FAQ Blog
Book a Demo Log In Sign Up

Ruby SDK

Capture production errors automatically in your Rails applications.

Installation

$ gem install bugstack

Or add gem 'bugstack' to your Gemfile and run bundle install.

Quick Start: Rails

ruby
# config/initializers/bugstack.rb
require 'bugstack'

Bugstack.configure do |config|
  config.api_key = ENV['BUGSTACK_API_KEY']
end

# That's it! bugstack automatically captures
# unhandled exceptions in your Rails app.

Source Code

View the full source code, report issues, and contribute on GitHub.

← Back to Documentation