51 releases (28 breaking)
| new 0.47.0 | Mar 10, 2026 |
|---|---|
| 0.46.1 | Jan 7, 2026 |
| 0.46.0 | Nov 24, 2025 |
| 0.42.0 | Jul 29, 2025 |
| 0.19.0 | Jun 18, 2020 |
#1750 in Debugging
1,159,354 downloads per month
Used in 6 crates
(via sentry)
215KB
4K
SLoC
Sentry Rust SDK: sentry-debug-images
The Sentry Debug Images integration.
The DebugImagesIntegration adds metadata about the loaded shared
libraries to Sentry Events.
Configuration
The integration by default attaches this information to all Events, but
a custom filter can be defined as well.
use sentry_core::Level;
let integration = sentry_debug_images::DebugImagesIntegration::new()
.filter(|event| event.level >= Level::Warning);
Resources
License: MIT
Dependencies
~4.5–6.5MB
~114K SLoC