Function sentry_contrib_native_sys::options_set_system_crash_reporter_enabled[][src]

pub unsafe extern "C" fn options_set_system_crash_reporter_enabled(
    opts: *mut Options,
    enabled: c_int
)

Enables forwarding to the system crash reporter. Disabled by default.

This setting only has an effect when using Crashpad on macOS. If enabled, Crashpad forwards crashes to the macOS system crash reporter. Depending on the crash, this may impact the crash time. Even if enabled, Crashpad may choose not to forward certain crashes.