Skip to content

Commit

Permalink
Add Airbrake
Browse files Browse the repository at this point in the history
  • Loading branch information
rwdaigle committed Oct 5, 2012
1 parent e0f46ff commit 9b44655
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -18,6 +18,7 @@ gem 'yajl-ruby'
gem 'scrolls'
gem 'lograge'
gem 'newrelic_rpm'
gem 'airbrake'

gem 'jquery-rails'
gem 'haml-rails'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -29,8 +29,12 @@ GEM
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
airbrake (3.1.5)
builder
girl_friday
arel (3.0.2)
builder (3.0.3)
connection_pool (0.9.2)
daemons (1.1.9)
dalli (2.2.1)
erubis (2.7.0)
Expand All @@ -41,6 +45,8 @@ GEM
multipart-post (~> 1.1)
faraday_middleware (0.8.8)
faraday (>= 0.7.4, < 0.9)
girl_friday (0.10.0)
connection_pool (~> 0.9.0)
haml (3.1.7)
haml-rails (0.3.5)
actionpack (>= 3.1, < 4.1)
Expand Down Expand Up @@ -160,6 +166,7 @@ PLATFORMS
ruby

DEPENDENCIES
airbrake
dalli
haml-rails
jquery-rails
Expand Down
3 changes: 3 additions & 0 deletions config/initializers/airbrake.rb
@@ -0,0 +1,3 @@
Airbrake.configure do |config|
config.api_key = ENV['AIRBRAKE_API_KEY']
end

0 comments on commit 9b44655

Please sign in to comment.