33 releases

0.32.3 Apr 16, 2024
0.32.2 Jan 30, 2024
0.32.1 Dec 18, 2023
0.32.0 Nov 28, 2023
0.19.0 Jun 18, 2020

#474 in Debugging

Download history 65453/week @ 2024-01-27 61091/week @ 2024-02-03 69224/week @ 2024-02-10 50974/week @ 2024-02-17 69153/week @ 2024-02-24 63102/week @ 2024-03-02 67200/week @ 2024-03-09 61688/week @ 2024-03-16 72520/week @ 2024-03-23 78451/week @ 2024-03-30 59483/week @ 2024-04-06 63466/week @ 2024-04-13 61162/week @ 2024-04-20 58956/week @ 2024-04-27 57778/week @ 2024-05-04 62379/week @ 2024-05-11

251,927 downloads per month
Used in sentry

Apache-2.0

215KB
4K 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–5MB
~126K SLoC