class Honeybadger::Backend::Null
def check_in(id)
def check_in(id) StubbedResponse.new end
def event(payload)
def event(payload) StubbedResponse.new end
def initialize(*args)
def initialize(*args) super end
def notify(feature, payload)
def notify(feature, payload) StubbedResponse.new end