class ElasticAPM::Stacktrace

@api private

def length

def length
  frames.length
end

def to_a

def to_a
  frames.map(&:to_h)
end