class Sentry::Hub

def current_scope

Experimental RBS support (using type sampling data from the type_fusion project).

def current_scope: () -> Sentry::Scope

This signature was generated using 2 samples from 1 application.

def current_scope
  current_layer&.scope
end