class Sentry::Scope
def add_breadcrumb(breadcrumb)
Experimental RBS support (using type sampling data from the type_fusion project).
def add_breadcrumb: (Sentry::Breadcrumb breadcrumb) -> Array[NilClass]
This signature was generated using 4 samples from 1 application.
-
(void)-
Parameters:
-
breadcrumb(Breadcrumb) --
def add_breadcrumb(breadcrumb) breadcrumbs.record(breadcrumb) end