[][src]Function sentry::integrations::panic::register_panic_handler

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();