Skip to content

Commit

Permalink
and remove backtrace silencer since it wasn't doing anything
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Sep 18, 2024
1 parent de21cb9 commit 38f3de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/backtrace_silencers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code
# by setting BACKTRACE=1 before calling your invocation, like "BACKTRACE=1 ./bin/rails runner 'MyClass.perform'".
# Rails.backtrace_cleaner.remove_silencers! if ENV["BACKTRACE"]
Rails.backtrace_cleaner.add_silencer {|line| /vendor/.match?(line)}
# Rails.backtrace_cleaner.add_silencer {|line| /vendor/.match?(line)}

0 comments on commit 38f3de8

Please sign in to comment.