#sentry #tag-production #sdk

sentry-debug-images

Sentry integration that adds the list of loaded libraries to events

37 releases (17 breaking)

0.36.0 Jan 7, 2025
0.35.0 Nov 29, 2024
0.34.0 Jun 5, 2024
0.32.2 Jan 30, 2024
0.19.0 Jun 18, 2020

#989 in Debugging

Download history 140186/week @ 2024-12-05 175277/week @ 2024-12-12 49137/week @ 2024-12-19 30181/week @ 2024-12-26 100156/week @ 2025-01-02 153539/week @ 2025-01-09 140348/week @ 2025-01-16 95505/week @ 2025-01-23 106153/week @ 2025-01-30 138487/week @ 2025-02-06 112490/week @ 2025-02-13 141857/week @ 2025-02-20 145045/week @ 2025-02-27 132758/week @ 2025-03-06 141268/week @ 2025-03-13 114570/week @ 2025-03-20

557,269 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
~105K SLoC