30 releases

new 0.32.0 Nov 28, 2023
0.31.7 Sep 14, 2023
0.31.5 Jun 16, 2023
0.30.0 Feb 24, 2023
0.19.0 Jun 18, 2020

#11 in #sentry

Download history 44572/week @ 2023-08-11 47544/week @ 2023-08-18 48180/week @ 2023-08-25 39454/week @ 2023-09-01 43997/week @ 2023-09-08 49927/week @ 2023-09-15 47166/week @ 2023-09-22 58638/week @ 2023-09-29 58758/week @ 2023-10-06 74731/week @ 2023-10-13 57367/week @ 2023-10-20 74733/week @ 2023-10-27 63194/week @ 2023-11-03 65511/week @ 2023-11-10 70136/week @ 2023-11-17 62267/week @ 2023-11-24

275,711 downloads per month
Used in sentry

Apache-2.0

160KB
3K 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
~125K SLoC