37 releases (17 breaking)

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

#545 in Debugging

Download history 113157/week @ 2024-10-25 97992/week @ 2024-11-01 138384/week @ 2024-11-08 216018/week @ 2024-11-15 95471/week @ 2024-11-22 139318/week @ 2024-11-29 152634/week @ 2024-12-06 162695/week @ 2024-12-13 35970/week @ 2024-12-20 41118/week @ 2024-12-27 117133/week @ 2025-01-03 164808/week @ 2025-01-10 112698/week @ 2025-01-17 100517/week @ 2025-01-24 109670/week @ 2025-01-31 133212/week @ 2025-02-07

500,274 downloads per month
Used in sentry

Apache-2.0

235KB
4.5K SLoC

Sentry

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: Apache-2.0

Dependencies

~3.5–6MB
~105K SLoC