40 releases (19 breaking)
0.38.1 | May 13, 2025 |
---|---|
0.37.0 | Apr 1, 2025 |
0.36.0 | Jan 7, 2025 |
0.35.0 | Nov 29, 2024 |
0.19.0 | Jun 18, 2020 |
#35 in macOS and iOS APIs
744,593 downloads per month
Used in 28 crates
(via sentry)
190KB
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: MIT
- Discord server for project discussions.
- Follow @getsentry on Twitter for updates
Dependencies
~4–14MB
~142K SLoC