in lib/elastic_apm/agent.rb [182:211]
def start_span(
name = nil,
type = nil,
subtype: nil,
action: nil,
backtrace: nil,
context: nil,
trace_context: nil,
parent: nil,
sync: nil
)
detect_forking!
instrumenter.start_span(
name,
type,
subtype: subtype,
action: action,
backtrace: backtrace,
context: context,
trace_context: trace_context,
parent: parent,
sync: sync
)
end