Macro error_support::breadcrumb

source ·
macro_rules! breadcrumb {
    ($($arg:tt)*) => { ... };
}
Expand description

Tell the application to log a breadcrumb

Breadcrumbs are log-like entries that get tracked by the error reporting system. When we report an error, recent breadcrumbs will be associated with it.