Skip to content

vleue/vleue_sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vleue Sentry Reporter

MIT/Apache 2.0 Doc Crate Bevy Tracking CI

Error reporting for Bevy using Sentry.

Usage

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 Compatibility

Bevy vleue_sentry
0.16 0.2
0.15 0.1

About

Error reporting with Sentry for Bevy

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

 
 
 

Contributors

Languages