35 releases

0.35.0 Nov 29, 2024
0.34.0 Jun 5, 2024
0.33.0 May 27, 2024
0.32.2 Jan 30, 2024
0.19.0 Jun 18, 2020

#944 in Debugging

Download history 180518/week @ 2024-09-05 159795/week @ 2024-09-12 178814/week @ 2024-09-19 245934/week @ 2024-09-26 163231/week @ 2024-10-03 201113/week @ 2024-10-10 215557/week @ 2024-10-17 179464/week @ 2024-10-24 193939/week @ 2024-10-31 163756/week @ 2024-11-07 437047/week @ 2024-11-14 190075/week @ 2024-11-21 225598/week @ 2024-11-28 235261/week @ 2024-12-05 293716/week @ 2024-12-12 84317/week @ 2024-12-19

870,525 downloads per month
Used in 32 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–16MB
~223K SLoC