Skip to content

Commit

Permalink
only panics
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Apr 26, 2024
1 parent f4d4ea3 commit ea35ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_sentry.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ index acfa89d0b6..516a16ca9c 100644
.add(bevy_app::PanicHandlerPlugin)
- .add(bevy_log::LogPlugin::default())
+ .add(bevy_log::LogPlugin {
+ update_subscriber: Some(vleue_sentry::sentry_error_reporter),
+ update_subscriber: Some(vleue_sentry::sentry_panic_reporter),
+ ..Default::default()
+ })
.add(bevy_core::TaskPoolPlugin::default())
Expand Down

0 comments on commit ea35ea3

Please sign in to comment.