Applies to:
- Plan -
- Deployment -
Summary
Issue: Traces for existing conversations usingspan.export() stop appearing in production logs after a server restart while new conversations continue to log correctly.
Cause: Exported span context is not persisted across restarts. Without it, the SDK creates an orphan span with no parent instead of continuing the existing trace.
Resolution: Persist exported span context to a durable store (e.g., a database) and reload it when needed to maintain trace continuity.