13 14 15 16 17 18
# File 'lib/vigiles/options.rb', line 13 def self.make_default_options Options.new( logger: T.unsafe(Rails).logger, # you should be using this within rails. capture_exception: ->(e) { e } # a no-op exception capturer. ) end