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

rust let integration = sentry_contexts::ContextIntegration { add_os: false, ..Default::default() }; let _sentry = sentry::init(sentry::ClientOptions::default().add_integration(integration));

Resources

License: Apache-2.0