class ElasticAPM::Span

def build_stacktrace!

def build_stacktrace!
  @stacktrace = @stacktrace_builder.build(original_backtrace, type: :span)
end