35 releases

0.34.0 Jun 5, 2024
0.32.3 Apr 16, 2024
0.32.2 Jan 30, 2024
0.32.1 Dec 18, 2023
0.19.0 Jun 18, 2020

#469 in Debugging

Download history 77363/week @ 2024-07-20 77658/week @ 2024-07-27 74963/week @ 2024-08-03 87971/week @ 2024-08-10 96692/week @ 2024-08-17 120451/week @ 2024-08-24 87923/week @ 2024-08-31 110400/week @ 2024-09-07 93800/week @ 2024-09-14 102871/week @ 2024-09-21 132602/week @ 2024-09-28 83312/week @ 2024-10-05 120677/week @ 2024-10-12 109746/week @ 2024-10-19 123074/week @ 2024-10-26 85262/week @ 2024-11-02

452,284 downloads per month
Used in sentry

Apache-2.0

225KB
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

~4–6MB
~107K SLoC