class Honeybadger::Breadcrumbs::Collector

def to_h

def to_h
  {
    enabled: @config[:'breadcrumbs.enabled'],
    trail: trail.map(&:to_h)
  }
end