35 releases

new 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

#929 in Debugging

Download history 139978/week @ 2024-08-16 207354/week @ 2024-08-23 158309/week @ 2024-08-30 203489/week @ 2024-09-06 128341/week @ 2024-09-13 200947/week @ 2024-09-20 246711/week @ 2024-09-27 154681/week @ 2024-10-04 207245/week @ 2024-10-11 206211/week @ 2024-10-18 198238/week @ 2024-10-25 170440/week @ 2024-11-01 238802/week @ 2024-11-08 380287/week @ 2024-11-15 164672/week @ 2024-11-22 211367/week @ 2024-11-29

1,022,586 downloads per month
Used in 33 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
~221K SLoC