34 releases

0.34.0 Jun 5, 2024
0.32.3 Apr 16, 2024
0.32.2 Jan 30, 2024
0.32.1 Dec 18, 2023
0.19.0 Jun 18, 2020

#854 in Debugging

Download history 144592/week @ 2024-06-25 107178/week @ 2024-07-02 127179/week @ 2024-07-09 93374/week @ 2024-07-16 125914/week @ 2024-07-23 125282/week @ 2024-07-30 127807/week @ 2024-08-06 145826/week @ 2024-08-13 176076/week @ 2024-08-20 193254/week @ 2024-08-27 173489/week @ 2024-09-03 176855/week @ 2024-09-10 160605/week @ 2024-09-17 189135/week @ 2024-09-24 229418/week @ 2024-10-01 127808/week @ 2024-10-08

731,990 downloads per month
Used in 33 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

~8–16MB
~225K SLoC