37 releases (17 breaking)
new 0.36.0 | Jan 7, 2025 |
---|---|
0.35.0 | Nov 29, 2024 |
0.34.0 | Jun 5, 2024 |
0.32.2 | Jan 30, 2024 |
0.19.0 | Jun 18, 2020 |
#473 in Debugging
362,533 downloads per month
Used in sentry
235KB
4.5K
SLoC
Sentry Rust SDK: sentry-debug-images
The Sentry Debug Images integration.
The DebugImagesIntegration
adds metadata about the loaded shared
libraries to Sentry Event
s.
Configuration
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);
Resources
License: Apache-2.0
- Discord server for project discussions.
- Follow @getsentry on Twitter for updates
Dependencies
~4–6MB
~106K SLoC