Function sentry_contrib_native_sys::value_new_thread[][src]

pub unsafe extern "C" fn value_new_thread(
    id: u64,
    value: *const c_char
) -> Value

Creates a new Thread value.

See https://develop.sentry.dev/sdk/event-payloads/threads/

The returned value needs to be attached to an event via sentry_event_add_thread.

name can be NULL.