class ElasticAPM::Stacktrace

@api private

Attributes

frames[RW]

Public Instance Methods

length() click to toggle source
# File lib/elastic_apm/stacktrace.rb, line 7
def length
  frames.length
end
to_a() click to toggle source
# File lib/elastic_apm/stacktrace.rb, line 11
def to_a
  frames.map(&:to_h)
end