Function sentry_contrib_native_sys::event_value_add_stacktrace[][src]

pub unsafe extern "C" fn event_value_add_stacktrace(
    event: Value,
    ips: *mut *mut c_void,
    len: usize
)

Adds a stacktrace to an event.

If ips is NULL the current stacktrace is captured, otherwise len stacktrace instruction pointers are attached to the event.