From 14418b93b1732bd974f30f87f3085730f11d6713 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Mon, 10 Jun 2024 17:17:45 +0300 Subject: [PATCH] full error log in prod --- config/environments/production.rb | 2 ++ 1 file changed, 2 insertions(+) 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.