ckb-sentry-panic

Crates.iockb-sentry-panic
lib.rsckb-sentry-panic
version0.21.0
sourcesrc
created_at2020-12-16 05:19:59.075571
updated_at2020-12-16 05:19:59.075571
descriptionSentry integration for capturing panics.
homepage
repositoryhttps://github.com/nervosnetwork/sentry-rust
max_upload_size
id323485
size6,818
ian (doitian)

documentation

README

Sentry Rust SDK: sentry-panic

The Sentry Panic handler Integration.

The PanicIntegration, which is enabled by default in sentry, installs a panic handler that will automatically dispatch all errors to Sentry that are caused by a panic. Additionally, panics are forwarded to the previously registered panic hook.

Configuration

The panic integration can be configured with an additional extractor, which might optionally create a sentry Event out of a PanicInfo.

let integration = sentry_panic::PanicIntegration::default().add_extractor(|info| None);

Resources

License: Apache-2.0

Commit count: 735

cargo fmt