36 releases (17 breaking)

0.36.0 Jan 7, 2025
0.35.0 Nov 29, 2024
0.34.0 Jun 5, 2024
0.32.2 Jan 30, 2024
0.19.0 Jun 18, 2020

#982 in Debugging

Download history 193564/week @ 2024-10-22 213602/week @ 2024-10-29 140233/week @ 2024-11-05 356929/week @ 2024-11-12 282151/week @ 2024-11-19 150323/week @ 2024-11-26 285595/week @ 2024-12-03 285152/week @ 2024-12-10 172697/week @ 2024-12-17 45706/week @ 2024-12-24 86547/week @ 2024-12-31 283643/week @ 2025-01-07 235520/week @ 2025-01-14 177287/week @ 2025-01-21 151796/week @ 2025-01-28 155454/week @ 2025-02-04

764,741 downloads per month
Used in 30 crates (via sentry)

Apache-2.0

255KB
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–17MB
~222K SLoC