Crates.io | sentry-debug-images |
lib.rs | sentry-debug-images |
version | 0.35.0 |
source | src |
created_at | 2020-06-18 13:47:37.615337 |
updated_at | 2024-11-29 09:29:05.563611 |
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 | 20,016 |
The Sentry Debug Images integration.
The [DebugImagesIntegration
] adds metadata about the loaded shared
libraries to Sentry Event
s.
The integration by default attaches this information to all Event
s, 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: Apache-2.0