32 releases

new 0.32.3 Apr 16, 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

#761 in Debugging

Download history 28591/week @ 2023-12-23 83113/week @ 2023-12-30 107638/week @ 2024-01-06 93846/week @ 2024-01-13 118143/week @ 2024-01-20 108044/week @ 2024-01-27 108393/week @ 2024-02-03 121140/week @ 2024-02-10 81544/week @ 2024-02-17 127947/week @ 2024-02-24 105875/week @ 2024-03-02 122294/week @ 2024-03-09 118725/week @ 2024-03-16 136483/week @ 2024-03-23 151935/week @ 2024-03-30 79658/week @ 2024-04-06

510,921 downloads per month
Used in 14 crates (via sentry)

Apache-2.0

235KB
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–12MB
~254K SLoC