class Sentry::Span

def set_op(op)

Parameters:
  • op (String) -- operation of the span.
def set_op(op)
  @op = op
end