# sentry-rust **Repository Path**: mirrors_nox/sentry-rust ## Basic Information - **Project Name**: sentry-rust - **Description**: Official Sentry SDK for Rust - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# Sentry SDK for Rust [](https://travis-ci.com/getsentry/sentry-rust) [](https://codecov.io/gh/getsentry/sentry-rust) This workspace contains various crates that provide support for logging events and errors / panics to the [Sentry](https://sentry.io/) error logging service. - [sentry](./sentry) [](https://crates.io/crates/sentry) [](https://docs.rs/sentry) The main `sentry` crate aimed at application users that want to log events to sentry. - [sentry-actix](./sentry-actix) [](https://crates.io/crates/sentry-actix) [](https://docs.rs/sentry-actix) An integration for the `actix-web (3.0+)` framework. - [sentry-anyhow](./sentry-anyhow) [](https://crates.io/crates/sentry-anyhow) [](https://docs.rs/sentry-anyhow) An integration for `anyhow` errors. - [sentry-backtrace](./sentry-backtrace) [](https://crates.io/crates/sentry-backtrace) [](https://docs.rs/sentry-backtrace) A utility crate that creates and processes backtraces. - [sentry-contexts](./sentry-contexts) [](https://crates.io/crates/sentry-contexts) [](https://docs.rs/sentry-contexts) An integration that provides `os`, `device` and `rust` contexts. - [sentry-core](./sentry-core) [](https://crates.io/crates/sentry-core) [](https://docs.rs/sentry-core) The core of `sentry`, which can be used to instrument code, and to write integrations that generate events or hook into event processing. - [sentry-debug-images](./sentry-debug-images) [](https://crates.io/crates/sentry-debug-images) [](https://docs.rs/sentry-debug-images) An integration that adds a list of loaded libraries to events. - [sentry-log](./sentry-log) [](https://crates.io/crates/sentry-log) [](https://docs.rs/sentry-log) An integration for the `log` and `env_logger` crate. - [sentry-panic](./sentry-panic) [](https://crates.io/crates/sentry-panic) [](https://docs.rs/sentry-panic) An integration for capturing and logging panics. - [sentry-slog](./sentry-slog) [](https://crates.io/crates/sentry-slog) [](https://docs.rs/sentry-slog) An integration for the `slog` crate. - [sentry-tracing](./sentry-tracing) [](https://crates.io/crates/sentry-tracing) [](https://docs.rs/sentry-tracing) An integration for the `tracing` crate. - [sentry-types](./sentry-types) [](https://crates.io/crates/sentry-types) [](https://docs.rs/sentry-types) Contains types for the Sentry v7 protocol as well as other common types. **Note**: Until the _1.0_ release, the crates in this repository are considered work in progress and do not follow semver semantics. Between minor releases, we might occasionally introduce breaking changes while we are exploring the best API and adding new features. ## Requirements We currently only verify this crate against a recent version of Sentry hosted on [sentry.io](https://sentry.io/) but it should work with on-prem Sentry versions 20.6 and later. Additionally, the lowest Rust version we target is _1.46.0_. ## Resources - [Discord](https://discord.gg/ez5KZN7) server for project discussions. - Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates