ckb-sentry-contexts

Crates.iockb-sentry-contexts
lib.rsckb-sentry-contexts
version0.21.0
sourcesrc
created_at2020-12-16 05:26:03.225489
updated_at2020-12-16 05:26:03.225489
descriptionSentry integration for os, device, and rust contexts.
homepage
repositoryhttps://github.com/nervosnetwork/sentry-rust
max_upload_size
id323490
size11,369
ian (doitian)

documentation

README

Sentry Rust SDK: sentry-contexts

Adds Contexts to Sentry Events

This integration is enabled by default in sentry and adds device, os and rust contexts to Events, as well as sets a server_name if not already defined.

See the Contexts Interface documentation for more info.

Examples

let integration = sentry_contexts::ContextIntegration::new().add_os(false);
let _sentry = sentry::init(sentry::ClientOptions::new().add_integration(integration));

Resources

License: Apache-2.0

Commit count: 735

cargo fmt