Skip to content

Commit

Permalink
Add bugsnag
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Jan 21, 2018
1 parent e53cbd6 commit 267ada2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ end

gem 'bootsnap', require: false
gem 'bootstrap', '~> 4.0.0.alpha6'
gem 'bugsnag'
gem 'coffee-rails', '~> 4.2'
gem 'devise'
gem 'font-awesome-rails'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ GEM
bootstrap (4.0.0.alpha6)
autoprefixer-rails (>= 6.0.3)
sass (>= 3.4.19)
bugsnag (6.6.2)
concurrent-ruby (~> 1.0)
builder (3.2.3)
byebug (9.0.6)
capybara (2.15.1)
Expand Down Expand Up @@ -358,6 +360,7 @@ PLATFORMS
DEPENDENCIES
bootsnap
bootstrap (~> 4.0.0.alpha6)
bugsnag
byebug
capybara
coffee-rails (~> 4.2)
Expand Down
3 changes: 3 additions & 0 deletions config/initializers/bugsnag.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bugsnag.configure do |config|
config.api_key = ENV['BUGSNAG_API_KEY']
end

0 comments on commit 267ada2

Please sign in to comment.