Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
/ hockeybrake Public archive

An extension for the amazing airbrake gem which routes crash reports to HockeyApp

License

Notifications You must be signed in to change notification settings

dei79/hockeybrake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HockeyBrake

An extension for the amazing airbrake gem which routes crash reports to HockeyApp

Build Status Gem Version

Installation

Add this to your Gemfile

gem 'airbrake'
gem 'hockeybrake'

Execute the following command for your Rails app

rails g hockeybrake

Configuration

General

Update hockeybrake.rb in config/initializers, at least the following settings needs to be changed

  # the bundle id
  config.app_bundle_id= "###YOUR BUNDLE IDENTIFIER FROM HOCKEYAPP###"

  # The application ID in hockey app
  config.app_id="###YOUR APP SECRET###"

Resque Failures

Resque comes with out of the box support for Airbrake. This gem is compatible with this support and it is well configured by default when the resque gem becomes part of your app. This behavious can be changed through configuration if needed. Just add the following to your configuration:

  # Support for resque exception handling is enabled by default. Wit this
  # settings the resque support will be disabled. If no resque gem is installed
  # it will be disabled automatically
  config.no_resque_handler = true

Authors

  • Dirk Eisenberg endorse

Contributing

  • Fork the project
  • Fix the issue
  • Add specs
  • Create pull request on github

More Information

About

An extension for the amazing airbrake gem which routes crash reports to HockeyApp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages