onBreadcrumb

abstract fun onBreadcrumb(breadcrumb: Breadcrumb): Boolean

Runs the "on breadcrumb" callback. If the callback returns false any further OnBreadcrumbCallback callbacks will not be called and the breadcrumb will not be captured by Bugsnag.

Parameters

breadcrumb

the breadcrumb to be captured by Bugsnag

See also