//! Panic capture. `init` installs a panic hook (unless disabled), so an
//! unhandled panic is reported as a `fatal` event with its backtrace before
//! the process unwinds/aborts.
//!
//! ERRSIGHT_API_KEY=elp_... RUST_BACKTRACE=1 cargo run --example panic_hook
use Config;