36 releases

0.35.0 Nov 29, 2024
0.34.0 Jun 5, 2024
0.33.0 May 27, 2024
0.32.2 Jan 30, 2024
0.19.0 Jun 18, 2020

#420 in Debugging

Download history 97428/week @ 2024-08-18 120114/week @ 2024-08-25 90732/week @ 2024-09-01 109415/week @ 2024-09-08 92714/week @ 2024-09-15 105180/week @ 2024-09-22 129805/week @ 2024-09-29 83852/week @ 2024-10-06 121621/week @ 2024-10-13 109882/week @ 2024-10-20 124607/week @ 2024-10-27 84116/week @ 2024-11-03 182958/week @ 2024-11-10 178607/week @ 2024-11-17 81659/week @ 2024-11-24 157605/week @ 2024-12-01

605,465 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

~4–6MB
~106K SLoC