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

#477 in Debugging

Download history 68040/week @ 2024-01-25 60247/week @ 2024-02-01 72190/week @ 2024-02-08 51737/week @ 2024-02-15 59657/week @ 2024-02-22 70153/week @ 2024-02-29 67200/week @ 2024-03-07 64784/week @ 2024-03-14 56996/week @ 2024-03-21 90457/week @ 2024-03-28 58578/week @ 2024-04-04 64352/week @ 2024-04-11 64066/week @ 2024-04-18 58168/week @ 2024-04-25 58627/week @ 2024-05-02 52298/week @ 2024-05-09

246,272 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
~125K SLoC