leave Breadcrumb
Leave a "breadcrumb" log message, representing an action that occurred in your app, to aid with debugging.
Parameters
message
the log message to leave
open fun leaveBreadcrumb(@NonNull message: String, @NonNull metadata: Map<String, Any>, @NonNull type: BreadcrumbType)
Leave a "breadcrumb" log message representing an action or event which occurred in your app, to aid with debugging
Parameters
message
A short label
metadata
Additional diagnostic information about the app environment
type
A category for the breadcrumb