class Sentry::Transaction::SpanRecorder

def initialize(max_length)

def initialize(max_length)
  @max_length = max_length
  @spans = []
end