beforeBreadcrumb property

BeforeBreadcrumbCallback? beforeBreadcrumb
getter/setter pair

This function is called with an SDK specific breadcrumb object before the breadcrumb is added to the scope. When nothing is returned from the function, the breadcrumb is dropped

Implementation

BeforeBreadcrumbCallback? beforeBreadcrumb;