Function sentry::integrations::panic::register_panic_handler
source · [−]pub fn register_panic_handler()Expand description
Registes the panic handler.
This registers the panic handler (panic_handler) as panic hook and
dispatches automatically to the one that was there before.
use sentry::integrations::panic::register_panic_handler;
register_panic_handler();