33 releases

new 0.33.0 May 27, 2024
0.32.2 Jan 30, 2024
0.32.1 Dec 18, 2023
0.32.0 Nov 28, 2023
0.19.0 Jun 18, 2020

#2 in #capturing

Download history 131726/week @ 2024-02-09 80537/week @ 2024-02-16 120556/week @ 2024-02-23 110573/week @ 2024-03-01 116168/week @ 2024-03-08 127258/week @ 2024-03-15 113983/week @ 2024-03-22 170511/week @ 2024-03-29 98800/week @ 2024-04-05 107848/week @ 2024-04-12 112615/week @ 2024-04-19 108869/week @ 2024-04-26 96221/week @ 2024-05-03 118386/week @ 2024-05-10 144429/week @ 2024-05-17 104186/week @ 2024-05-24

487,011 downloads per month
Used in 23 crates (via sentry)

Apache-2.0

245KB
4.5K 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: Apache-2.0

Dependencies

~9–13MB
~263K SLoC