Method: Sentry::Scope#get_span

Defined in:
lib/sentry/scope.rb

#get_spanSpan?

Returns the associated Span object.

Returns:


267
268
269
# File 'lib/sentry/scope.rb', line 267

def get_span
  span
end