{"id":20021115,"url":"https://github.com/vleue/vleue_sentry","last_synced_at":"2026-03-07T09:33:31.941Z","repository":{"id":236179753,"uuid":"792084401","full_name":"vleue/vleue_sentry","owner":"vleue","description":"Error reporting with Sentry for Bevy","archived":false,"fork":false,"pushed_at":"2025-10-08T22:10:17.000Z","size":24,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T19:25:29.139Z","etag":null,"topics":["bevy","bevy-plugin","error-reporting","rust","sentry"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vleue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"mockersf","ko_fi":"mockersf"}},"created_at":"2024-04-26T00:16:55.000Z","updated_at":"2025-04-28T21:07:24.000Z","dependencies_parsed_at":"2024-04-26T01:29:49.529Z","dependency_job_id":"b726055b-66f0-4060-95a5-5859f844de6f","html_url":"https://github.com/vleue/vleue_sentry","commit_stats":null,"previous_names":["vleue/vleue_sentry"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vleue/vleue_sentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vleue%2Fvleue_sentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vleue%2Fvleue_sentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vleue%2Fvleue_sentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vleue%2Fvleue_sentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vleue","download_url":"https://codeload.github.com/vleue/vleue_sentry/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vleue%2Fvleue_sentry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30210852,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bevy","bevy-plugin","error-reporting","rust","sentry"],"created_at":"2024-11-13T08:35:32.022Z","updated_at":"2026-03-07T09:33:31.891Z","avatar_url":"https://github.com/vleue.png","language":"Rust","funding_links":["https://github.com/sponsors/mockersf","https://ko-fi.com/mockersf"],"categories":[],"sub_categories":[],"readme":"# Vleue Sentry Reporter\n\n![MIT/Apache 2.0](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)\n[![Doc](https://docs.rs/vleue_sentry/badge.svg)](https://docs.rs/vleue_sentry)\n[![Crate](https://img.shields.io/crates/v/vleue_sentry.svg)](https://crates.io/crates/vleue_sentry)\n[![Bevy Tracking](https://img.shields.io/badge/Bevy%20tracking-main-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)\n[![CI](https://github.com/vleue/vleue_sentry/actions/workflows/ci.yml/badge.svg)](https://github.com/vleue/vleue_sentry/actions/workflows/ci.yml)\n\nError reporting for Bevy using [Sentry](https://sentry.io).\n\n## Usage\n\nSet the login subscriber:\n\n```rust\nuse bevy::{prelude::*, log::LogPlugin};\n\nuse vleue_sentry::sentry_panic_reporter;\n\nfn main() {\n    App::new()\n        .add_plugins(DefaultPlugins.set(LogPlugin {\n            custom_layer: sentry_panic_reporter,\n            ..default()\n        }));\n}\n```\n\n\n## Bevy Compatibility\n\n|Bevy|vleue_sentry|\n|---|---|\n|0.16|0.2|\n|0.15|0.1|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvleue%2Fvleue_sentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvleue%2Fvleue_sentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvleue%2Fvleue_sentry/lists"}