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

#668 in Debugging

Download history 64975/week @ 2024-01-02 60388/week @ 2024-01-09 64264/week @ 2024-01-16 70449/week @ 2024-01-23 63732/week @ 2024-01-30 62223/week @ 2024-02-06 66213/week @ 2024-02-13 54761/week @ 2024-02-20 68755/week @ 2024-02-27 66830/week @ 2024-03-05 65690/week @ 2024-03-12 59166/week @ 2024-03-19 78501/week @ 2024-03-26 71773/week @ 2024-04-02 60185/week @ 2024-04-09 52123/week @ 2024-04-16

273,372 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
~127K SLoC