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.
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.