diff --git a/apps/server/src/internal/events.ts b/apps/server/src/internal/events.ts index 5fa1f4c57..f38fe5cb7 100644 --- a/apps/server/src/internal/events.ts +++ b/apps/server/src/internal/events.ts @@ -944,6 +944,9 @@ export function registerInternalEventRoutes(app: Hono, deps: AppDeps): void { { eventType: skipped?.type, threadId: skipped?.threadId, + // 1727 investigation instrumentation: surface the turn id + payload + scope: skipped?.scope, + data: skipped?.data, sessionId: session.id, }, "Dropped orphan thread-state snapshot with no stored turn/started",