class Sentry::BreadcrumbBuffer

def to_hash

Returns:
  • (Hash) -
def to_hash
  {
    values: members.map(&:to_hash)
  }
end