Checking in progress, though not fully working as expected
This commit is contained in:
@@ -18,9 +18,6 @@ dirs.workspace = true
|
||||
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
|
||||
zip = "2.1"
|
||||
|
||||
# Optional crash reporting integration.
|
||||
sentry = { workspace = true, optional = true }
|
||||
sentry-log = { workspace = true, optional = true }
|
||||
|
||||
[target.'cfg(target_family = "wasm")'.dependencies]
|
||||
console_error_panic_hook = { version = "0.1.6" }
|
||||
@@ -33,5 +30,4 @@ galaxy_web_event_bus.workspace = true
|
||||
tempfile.workspace = true
|
||||
|
||||
[features]
|
||||
crash_reporting = ["dep:sentry", "dep:sentry-log", "galaxy_core/crash_reporting"]
|
||||
agent_mode_evals = []
|
||||
|
||||
Reference in New Issue
Block a user