Skip to content

Commit

Permalink
Merge pull request #313 from rollbar/fix-better-errors-integration
Browse files Browse the repository at this point in the history
Remove better errors hook
  • Loading branch information
jondeandres committed Oct 5, 2015
2 parents 68ed36c + 6cfac42 commit 6f5f38d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion lib/rollbar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ def require_hooks
require 'rollbar/goalie' if defined?(Goalie)
require 'rollbar/rack' if defined?(Rack)
require 'rollbar/rake' if defined?(Rake)
require 'rollbar/better_errors' if defined?(BetterErrors)
end

def require_core_extensions
Expand Down
38 changes: 0 additions & 38 deletions lib/rollbar/better_errors.rb

This file was deleted.

0 comments on commit 6f5f38d

Please sign in to comment.