39 releases (19 breaking)

0.38.1 May 13, 2025
0.37.0 Apr 1, 2025
0.36.0 Jan 7, 2025
0.35.0 Nov 29, 2024
0.19.0 Jun 18, 2020

#112 in Configuration

Download history 168486/week @ 2025-01-31 187971/week @ 2025-02-07 160218/week @ 2025-02-14 192415/week @ 2025-02-21 186707/week @ 2025-02-28 183449/week @ 2025-03-07 173527/week @ 2025-03-14 180791/week @ 2025-03-21 202797/week @ 2025-03-28 206250/week @ 2025-04-04 208248/week @ 2025-04-11 243471/week @ 2025-04-18 213276/week @ 2025-04-25 173219/week @ 2025-05-02 180290/week @ 2025-05-09 147731/week @ 2025-05-16

765,047 downloads per month
Used in 28 crates (via sentry)

MIT license

210KB
4K SLoC

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

Dependencies

~9–17MB
~226K SLoC