51 releases (28 breaking)

new 0.47.0 Mar 10, 2026
0.46.1 Jan 7, 2026
0.46.0 Nov 24, 2025
0.42.0 Jul 29, 2025
0.19.0 Jun 18, 2020

#1750 in Debugging

Download history 205467/week @ 2025-11-18 160456/week @ 2025-11-25 217338/week @ 2025-12-02 201687/week @ 2025-12-09 190861/week @ 2025-12-16 79198/week @ 2025-12-23 97025/week @ 2025-12-30 201052/week @ 2026-01-06 202512/week @ 2026-01-13 206079/week @ 2026-01-20 210960/week @ 2026-01-27 246462/week @ 2026-02-03 252677/week @ 2026-02-10 255084/week @ 2026-02-17 262095/week @ 2026-02-24 345449/week @ 2026-03-03

1,159,354 downloads per month
Used in 6 crates (via sentry)

MIT license

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: MIT

  • Discord server for project discussions.
  • Follow @sentry on X for updates.

Dependencies

~4.5–6.5MB
~114K SLoC