fix: address review issues and add processes documentation

- Fix unstable onExit callback in ProcessesTab (useCallback)
- Fix SSE follow stream race condition (subscribe before history read)
- Update inspector.mdx with new process management features
- Change observability icon to avoid conflict with processes
- Add docs/processes.mdx covering the full process management API

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nathan Flurry 2026-03-06 00:44:20 -08:00
parent 6dbc871db9
commit be32cf04a2
6 changed files with 296 additions and 9 deletions

View file

@ -1,7 +1,7 @@
---
title: "Observability"
description: "Track session activity with OpenTelemetry."
icon: "terminal"
icon: "chart-line"
---
Use OpenTelemetry to instrument session traffic, then ship telemetry to your collector/backend.