features/support/rake/Rakefile in airbrake-3.1.1 vs features/support/rake/Rakefile in airbrake-3.1.2
- old
+ new
@@ -42,10 +42,10 @@
stub_empty_sender
raise_exception
end
module Airbrake
- def self.notify(*args)
+ def self.notify_or_ignore(*args)
# TODO if you need to check more params, you'll have to use json.dump or something
$stderr.puts "airbrake #{args[1][:component]}"
end
end