| Crates.io | vleue_sentry |
| lib.rs | vleue_sentry |
| version | 0.2.0 |
| created_at | 2024-11-15 19:33:55.173503+00 |
| updated_at | 2025-04-28 21:09:02.633334+00 |
| description | Sentry reporting plugin for Bevy |
| homepage | https://github.com/vleue/vleue_sentry |
| repository | https://github.com/vleue/vleue_sentry |
| max_upload_size | |
| id | 1449537 |
| size | 86,644 |
Error reporting for Bevy using Sentry.
Set the login subscriber:
use bevy::{prelude::*, log::LogPlugin};
use vleue_sentry::sentry_panic_reporter;
fn main() {
App::new()
.add_plugins(DefaultPlugins.set(LogPlugin {
custom_layer: sentry_panic_reporter,
..default()
}));
}
| Bevy | vleue_sentry |
|---|---|
| 0.16 | 0.2 |
| 0.15 | 0.1 |