class Sentry::Hub
def start_session
Experimental RBS support (using type sampling data from the type_fusion
project).
def start_session: () -> Sentry::Session
This signature was generated using 1 sample from 1 application.
def start_session return unless current_scope current_scope.set_session(Session.new) end