18 releases (10 breaking)
0.29.2 | Jan 25, 2023 |
---|---|
0.29.1 | Dec 1, 2022 |
0.29.0 | Nov 17, 2022 |
0.27.0 | Jun 20, 2022 |
0.19.0 | Jun 18, 2020 |
#29 in Hardware support
255,048 downloads per month
Used in 6 crates
(via sentry)
175KB
3.5K
SLoC
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, and also sets a server_name
if it is 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
- Discord server for project discussions.
- Follow @getsentry on Twitter for updates
lib.rs
:
Adds Contexts to Sentry Events.
This integration is enabled by default in sentry
and adds device
, os
and rust
contexts to Events, and also sets a server_name
if it is 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));
Dependencies
~3–4MB
~110K SLoC