main
1# frozen_string_literal: true
2# Be sure to restart your server when you modify this file.
3
4# You can add backtrace silencers for libraries that you're using
5# but don't wish to see in your backtraces.
6# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
7
8# You can also remove all the silencers if you're trying to debug
9# a problem that might stem from framework code.
10# Rails.backtrace_cleaner.remove_silencers!