[][src]Function sentry_contrib_native_sys::value_new_breadcrumb

pub unsafe extern "C" fn value_new_breadcrumb(
    type_: *const c_char,
    message: *const c_char
) -> Value

Creates a new breadcrumb with a specific type and message.

Either parameter can be NULL in which case no such attributes is created.