Wrapping up bedrock implementation

This commit is contained in:
Ryan Ward
2026-05-13 10:04:59 -05:00
parent ed53aa99eb
commit cee61e2af0
1144 changed files with 2954 additions and 2660 deletions
+1 -1
View File
@@ -7,9 +7,9 @@ use std::{
use anyhow::Result;
use chrono::Local;
use galaxy_core::features::FeatureFlag;
use log::LevelFilter;
use std::sync::OnceLock;
use galaxy_core::features::FeatureFlag;
use zip::{CompressionMethod, ZipWriter, write::SimpleFileOptions};
use crate::{LogConfig, LogDestination};
+3 -3
View File
@@ -170,9 +170,9 @@ impl Log for WasmLogger {
.map_or_else(|| "[Unknown]".to_string(), |line| line.to_string()),
);
// Send error logs to Sentry.
galaxy_web_event_bus::emit_event(galaxy_web_event_bus::WarpEvent::ErrorLogged {
error,
});
galaxy_web_event_bus::emit_event(
galaxy_web_event_bus::WarpEvent::ErrorLogged { error },
);
console::error_4(
&s,