#sentry #tag-production

sentry-debug-images

Sentry integration that adds the list of loaded libraries to events

38 releases

new 0.37.0 Apr 1, 2025
0.36.0 Jan 7, 2025
0.35.0 Nov 29, 2024
0.34.0 Jun 5, 2024
0.19.0 Jun 18, 2020

#906 in Debugging

Download history 169750/week @ 2024-12-10 101215/week @ 2024-12-17 28718/week @ 2024-12-24 50624/week @ 2024-12-31 161908/week @ 2025-01-07 136681/week @ 2025-01-14 110767/week @ 2025-01-21 104207/week @ 2025-01-28 122388/week @ 2025-02-04 123402/week @ 2025-02-11 132400/week @ 2025-02-18 139257/week @ 2025-02-25 134590/week @ 2025-03-04 147918/week @ 2025-03-11 131214/week @ 2025-03-18 107692/week @ 2025-03-25

541,584 downloads per month
Used in sentry

Apache-2.0

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

~4–6MB
~104K SLoC