Commit b71858da889cf79ea0a95faebab89bd95be81912
1 parent
41f821e8
Exists in
master
and in
20 other branches
rails4: remove silencers from backtrace_cleaner
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
config/initializers/exception_notification.rb
@@ -6,3 +6,7 @@ unless NOOSFERO_CONF['exception_recipients'].blank? | @@ -6,3 +6,7 @@ unless NOOSFERO_CONF['exception_recipients'].blank? | ||
6 | :exception_recipients => NOOSFERO_CONF['exception_recipients'] | 6 | :exception_recipients => NOOSFERO_CONF['exception_recipients'] |
7 | } | 7 | } |
8 | end | 8 | end |
9 | + | ||
10 | +# show full backtrace | ||
11 | +Rails.backtrace_cleaner.remove_silencers! | ||
12 | + |