Files
foxhunt/Cargo.lock
jgrusewski 4f113e6ec9 fix(common): re-enable observability module and fix type errors
Fix three compilation errors in the observability module that had been
commented out due to type errors with tracing_subscriber:

- Fix lifetime issue in set_correlation_id by cloning Arc before async
- Fix Option<CorrelationId> vs CorrelationId type mismatch in get_correlation_id
- Update deprecated opentelemetry_sdk::trace::Config API to builder methods
- Remove unused imports across all observability submodules

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 19:54:04 +01:00

267 KiB