Function sentry_contrib_native_sys::value_new_breadcrumb
source · [−]pub unsafe extern "C" fn value_new_breadcrumb(
type_: *const c_char,
message: *const c_char
) -> Value
Expand description
Creates a new Breadcrumb with a specific type and message.
See https://develop.sentry.dev/sdk/event-payloads/breadcrumbs/
Either parameter can be NULL in which case no such attributes is created.