ckb-sentry-debug-images

Crates.iockb-sentry-debug-images
lib.rsckb-sentry-debug-images
version0.21.0
sourcesrc
created_at2020-12-16 05:24:53.334993
updated_at2020-12-16 05:24:53.334993
descriptionSentry integration that adds the list of loaded libraries to events.
homepage
repositoryhttps://github.com/nervosnetwork/sentry-rust
max_upload_size
id323489
size8,706
ian (doitian)

documentation

README

Sentry Rust SDK: sentry-debug-images

The Sentry Debug Images Integration.

The [DebugImagesIntegration] adds metadata about the loaded shared libraries to Sentry Events.

This Integration only works on Unix-like OSs right now. Support for Windows will be added in the future.

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

Commit count: 735

cargo fmt