class Object

Public Instance Methods

configure_with_faraday_sender(*args, &block) click to toggle source
# File lib/airbrake-faraday_sender.rb, line 5
def configure_with_faraday_sender(*args, &block)
  configure_without_faraday_sender(*args, &block).tap do
    self.sender = Airbrake::FaradaySender.new(configuration)
  end
end