diff --git a/config/environments/production.rb b/config/environments/production.rb index a8f38090..e6cd5573 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -3,6 +3,8 @@ require 'active_support/core_ext/integer/time' require 'active_support/core_ext/string' +Rails.backtrace_cleaner.remove_silencers! + Rails.application.configure do # Settings specified here will take precedence over those in config/application.rb.