Function actix_tools::sentry::sentry_client::integrations::panic::register_panic_handler [−][src]
pub fn register_panic_handler()
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();