module Sentry::Breadcrumb::SentryLogger

def add(*args, &block)

def add(*args, &block)
  super
  add_breadcrumb(*args, &block)
  nil
end