Skip to content

Latest commit

 

History

History

sentry-debug-images

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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