Sets the scope’s span attribute.
Parameters:
Returns:
199 200 201 202
# File 'lib/sentry/scope.rb', line 199 def set_span(span) check_argument_type!(span, Span) @span = span end