27 releases
0.31.7 | Sep 14, 2023 |
---|---|
0.31.5 | Jun 16, 2023 |
0.30.0 | Feb 24, 2023 |
0.29.1 | Dec 1, 2022 |
0.19.0 | Jun 18, 2020 |
#447 in Debugging
350,410 downloads per month
Used in 8 crates
(via sentry)
180KB
3.5K
SLoC
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
- Discord server for project discussions.
- Follow @getsentry on Twitter for updates
Dependencies
~6.5–9.5MB
~204K SLoC