class Sentry::Transaction::SpanRecorder

def add(span)

def add(span)
  if @spans.count < @max_length
    @spans << span
  end
end