37 unstable releases
0.37.0 | Apr 1, 2025 |
---|---|
0.36.0 | Jan 7, 2025 |
0.35.0 | Nov 29, 2024 |
0.34.0 | Jun 5, 2024 |
0.19.0 | Jun 18, 2020 |
#423 in Debugging
755,360 downloads per month
Used in 30 crates
(via sentry)
200KB
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: MIT
- Discord server for project discussions.
- Follow @getsentry on Twitter for updates
Dependencies
~9–17MB
~223K SLoC