sentry-panic

Crates.iosentry-panic
lib.rssentry-panic
version0.43.0
created_at2020-06-18 13:47:41.370178+00
updated_at2025-09-24 09:26:21.495357+00
descriptionSentry integration for capturing panics.
homepagehttps://sentry.io/welcome/
repositoryhttps://github.com/getsentry/sentry-rust
max_upload_size
id255339
size29,329
Sentry Bot (getsentry-bot)

documentation

README

Sentry

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: MIT

Commit count: 1168

cargo fmt