| Crates.io | sentry-debug-images |
| lib.rs | sentry-debug-images |
| version | 0.43.0 |
| created_at | 2020-06-18 13:47:37.615337+00 |
| updated_at | 2025-09-24 09:25:55.645497+00 |
| description | Sentry integration that adds the list of loaded libraries to events. |
| homepage | https://sentry.io/welcome/ |
| repository | https://github.com/getsentry/sentry-rust |
| max_upload_size | |
| id | 255335 |
| size | 27,179 |
The Sentry Debug Images integration.
The [DebugImagesIntegration] adds metadata about the loaded shared
libraries to Sentry Events.
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);
License: MIT