garyttierney / me3

A framework for modding and instrumenting games.
94 stars 7 forks source link

Support for mod-host logging and crash handling #24

Open garyttierney opened 2 months ago

garyttierney commented 2 months ago

Next steps would be collecting trace/logs as OTEL data or some custom format and outputting it alongside the launcher logs. This is slightly complicated because the Rust tracing ecosystem. I have a preference for OTEL data so recent spans can go to Sentry along with crash logs.