{"id":13648700,"url":"https://github.com/getsentry/sentry-rust","last_synced_at":"2025-04-23T20:53:44.811Z","repository":{"id":37742934,"uuid":"59312827","full_name":"getsentry/sentry-rust","owner":"getsentry","description":"Official Sentry SDK for Rust","archived":false,"fork":false,"pushed_at":"2025-04-18T08:18:18.000Z","size":6524,"stargazers_count":642,"open_issues_count":44,"forks_count":162,"subscribers_count":57,"default_branch":"master","last_synced_at":"2025-04-23T20:53:30.086Z","etag":null,"topics":["hacktoberfest","rust","sdk","sentry","tag-production"],"latest_commit_sha":null,"homepage":"https://sentry.io/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getsentry.png","metadata":{"funding":{"custom":["https://sentry.io/pricing/","https://sentry.io/"]},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-05-20T17:20:26.000Z","updated_at":"2025-04-23T19:08:03.000Z","dependencies_parsed_at":"2023-11-28T09:31:07.115Z","dependency_job_id":"34236e18-65c3-4348-bcce-bf739896d3f2","html_url":"https://github.com/getsentry/sentry-rust","commit_stats":{"total_commits":879,"total_committers":89,"mean_commits":9.876404494382022,"dds":0.5836177474402731,"last_synced_commit":"cf7d956588308ba7ff878e5d41658d8f6f7b124f"},"previous_names":[],"tags_count":77,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsentry%2Fsentry-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsentry","download_url":"https://codeload.github.com/getsentry/sentry-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250514767,"owners_count":21443208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","rust","sdk","sentry","tag-production"],"created_at":"2024-08-02T01:04:27.989Z","updated_at":"2025-04-23T20:53:44.789Z","avatar_url":"https://github.com/getsentry.png","language":"Rust","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://sentry.io/?utm_source=github\u0026utm_medium=logo\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://sentry-brand.storage.googleapis.com/sentry-wordmark-dark-280x84.png\" alt=\"Sentry\" width=\"280\" height=\"84\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Sentry SDK for Rust\n\n[![Build Status](https://github.com/getsentry/sentry-rust/workflows/CI/badge.svg)](https://github.com/getsentry/sentry-rust/actions?workflow=CI)\n[![codecov](https://codecov.io/gh/getsentry/sentry-rust/branch/master/graph/badge.svg?token=x4RzFE8N6t)](https://codecov.io/gh/getsentry/sentry-rust)\n\nThis workspace contains various crates that provide support for logging events and errors / panics to the\n[Sentry](https://sentry.io/) error logging service.\n\n- [sentry](./sentry) [![crates.io](https://img.shields.io/crates/v/sentry.svg)](https://crates.io/crates/sentry)\n  [![docs.rs](https://docs.rs/sentry/badge.svg)](https://docs.rs/sentry)\n\n  The main `sentry` crate aimed at application users that want to log events to sentry.\n\n- [sentry-actix](./sentry-actix)\n  [![crates.io](https://img.shields.io/crates/v/sentry-actix.svg)](https://crates.io/crates/sentry-actix)\n  [![docs.rs](https://docs.rs/sentry-actix/badge.svg)](https://docs.rs/sentry-actix)\n\n  An integration for the `actix-web (3.0+)` framework.\n\n- [sentry-anyhow](./sentry-anyhow)\n  [![crates.io](https://img.shields.io/crates/v/sentry-anyhow.svg)](https://crates.io/crates/sentry-anyhow)\n  [![docs.rs](https://docs.rs/sentry-anyhow/badge.svg)](https://docs.rs/sentry-anyhow)\n\n  An integration for `anyhow` errors.\n\n- [sentry-backtrace](./sentry-backtrace)\n  [![crates.io](https://img.shields.io/crates/v/sentry-backtrace.svg)](https://crates.io/crates/sentry-backtrace)\n  [![docs.rs](https://docs.rs/sentry-backtrace/badge.svg)](https://docs.rs/sentry-backtrace)\n\n  A utility crate that creates and processes backtraces.\n\n- [sentry-contexts](./sentry-contexts)\n  [![crates.io](https://img.shields.io/crates/v/sentry-contexts.svg)](https://crates.io/crates/sentry-contexts)\n  [![docs.rs](https://docs.rs/sentry-contexts/badge.svg)](https://docs.rs/sentry-contexts)\n\n  An integration that provides `os`, `device` and `rust` contexts.\n\n- [sentry-core](./sentry-core)\n  [![crates.io](https://img.shields.io/crates/v/sentry-core.svg)](https://crates.io/crates/sentry-core)\n  [![docs.rs](https://docs.rs/sentry-core/badge.svg)](https://docs.rs/sentry-core)\n\n  The core of `sentry`, which can be used to instrument code, and to write integrations that generate events or hook\n  into event processing.\n\n- [sentry-debug-images](./sentry-debug-images)\n  [![crates.io](https://img.shields.io/crates/v/sentry-debug-images.svg)](https://crates.io/crates/sentry-debug-images)\n  [![docs.rs](https://docs.rs/sentry-debug-images/badge.svg)](https://docs.rs/sentry-debug-images)\n\n  An integration that adds a list of loaded libraries to events.\n\n- [sentry-log](./sentry-log)\n  [![crates.io](https://img.shields.io/crates/v/sentry-log.svg)](https://crates.io/crates/sentry-log)\n  [![docs.rs](https://docs.rs/sentry-log/badge.svg)](https://docs.rs/sentry-log)\n\n  An integration for the `log` and `env_logger` crate.\n\n- [sentry-panic](./sentry-panic)\n  [![crates.io](https://img.shields.io/crates/v/sentry-panic.svg)](https://crates.io/crates/sentry-panic)\n  [![docs.rs](https://docs.rs/sentry-panic/badge.svg)](https://docs.rs/sentry-panic)\n\n  An integration for capturing and logging panics.\n\n- [sentry-slog](./sentry-slog)\n  [![crates.io](https://img.shields.io/crates/v/sentry-slog.svg)](https://crates.io/crates/sentry-slog)\n  [![docs.rs](https://docs.rs/sentry-slog/badge.svg)](https://docs.rs/sentry-slog)\n\n  An integration for the `slog` crate.\n\n- [sentry-tracing](./sentry-tracing)\n  [![crates.io](https://img.shields.io/crates/v/sentry-tracing.svg)](https://crates.io/crates/sentry-tracing)\n  [![docs.rs](https://docs.rs/sentry-tracing/badge.svg)](https://docs.rs/sentry-tracing)\n\n  An integration for the `tracing` crate.\n\n- [sentry-types](./sentry-types)\n  [![crates.io](https://img.shields.io/crates/v/sentry-types.svg)](https://crates.io/crates/sentry-types)\n  [![docs.rs](https://docs.rs/sentry-types/badge.svg)](https://docs.rs/sentry-types)\n\n  Contains types for the Sentry v7 protocol as well as other common types.\n\n**Note**: Until the _1.0_ release, the crates in this repository are considered work in progress and do not follow\nsemver semantics. Between minor releases, we might occasionally introduce breaking changes while we are exploring the\nbest API and adding new features.\n\n## Requirements\n\nWe currently only verify this crate against a recent version of Sentry hosted on [sentry.io](https://sentry.io/) but it\nshould work with on-prem Sentry versions 20.6 and later.\n\nThe **Minimum Supported Rust Version** is currently at _1.81.0_.\nThe Sentry crates tries to support a _6 months_ old Rust version at time of release,\nand the MSRV will be increased in accordance with its dependencies.\n\n## Resources\n\n- [Discord](https://discord.gg/ez5KZN7) server for project discussions.\n- Follow [@getsentry](https://twitter.com/getsentry) on Twitter for updates\n","funding_links":["https://sentry.io/pricing/","https://sentry.io/"],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fsentry-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsentry%2Fsentry-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsentry%2Fsentry-rust/lists"}