Method: Sentry::Scope#set_session

Defined in:
lib/sentry/scope.rb

#set_session(session) ⇒ void

This method returns an undefined value.

Sets the currently active session on the scope.

Parameters:


249
250
251
# File 'lib/sentry/scope.rb', line 249

def set_session(session)
  @session = session
end