Timeline

Vertical activity feed for problem detail. Renders a column of items connected by a left rail. Pair with TimelineItem renderers — the assembled view below shows one of each kind end-to-end.

Full timeline

Initial detection, description, priority change, assignment, code reference, in-progress investigation, and a pair of comments — wrapped in a single Timeline.

Problem detected
Description updated
Reference error thrown from the request handler whenever a session has no event data.
Priority set to High
Status updated to Active
PS
Luke Shiels assigned to Philip Snyder
Likely source

src/handlers/request.ts:14

Open
function handleRequest(req: Request) {
  const user = getCurrentUser();
  return user.permissions.check(req.action);
}
Investigating
Looking at recent deployments and related sessions.
LS
Luke Shiels commented

Took a first pass — this started spiking after yesterday's deploy. Pulling traces now.

YO
You commented

Nice find. I'll cross-reference with the regression we saw in staging.