Error monitoring with HoneyBadger

HoneyBadger is one of the best error monitoring tools for Rails applications
Icons/chart bar
Used 56 times
Created by
C Chris Oliver

Usage

Run this command in your Rails app directory in the terminal:

rails app:template LOCATION="https://railsbytes.com/script/zNPsmV"
Template Source

Review the code before running this template on your machine.

run "bundle add honeybadger"
apikey = ask("What is your HoneyBadger.io API key?")
run "bundle exec honeybadger install #{apikey}"
Comments

Sign up or Login to leave a comment.