Skip to content

Commit

Permalink
Accept 4 arguments to allow to bump Bugsnag to 6.x.
Browse files Browse the repository at this point in the history
- API changed by bugsnag/bugsnag-ruby#411
  • Loading branch information
koshigoe committed Jan 24, 2018
1 parent 91797bd commit 9ce1f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bugsnag/delivery/fluent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Configuration

module Delivery
class Fluent
def self.deliver(url, body, configuration)
def self.deliver(url, body, configuration, options = {})
begin
logger = ::Fluent::Logger::FluentLogger.new(
configuration.fluent_tag_prefix,
Expand Down

0 comments on commit 9ce1f41

Please sign in to comment.