class ElasticAPM::StacktraceBuilder
def build(backtrace, type:)
def build(backtrace, type:) Stacktrace.new.tap do |s| s.frames = backtrace[0...config.stack_trace_limit].map do |line| @cache[[line, type]] end end end
def build(backtrace, type:) Stacktrace.new.tap do |s| s.frames = backtrace[0...config.stack_trace_limit].map do |line| @cache[[line, type]] end end end