sentry-debug-images

Crates.iosentry-debug-images
lib.rssentry-debug-images
version0.46.1
created_at2020-06-18 13:47:37.615337+00
updated_at2026-01-07 08:37:50.898699+00
descriptionSentry integration that adds the list of loaded libraries to events.
homepagehttps://sentry.io/welcome/
repositoryhttps://github.com/getsentry/sentry-rust
max_upload_size
id255335
size27,162
Sentry Bot (getsentry-bot)

documentation

README

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.
Commit count: 1194

cargo fmt