class Sentry::Hub

def current_client

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

def current_client: () -> Sentry::Client

This signature was generated using 5 samples from 1 application.

def current_client
  current_layer&.client
end