Skip to content

Display request type in trace views#1

Open
mgodwin wants to merge 1 commit into
mainfrom
claude/show-request-type-traces-94F7p
Open

Display request type in trace views#1
mgodwin wants to merge 1 commit into
mainfrom
claude/show-request-type-traces-94F7p

Conversation

@mgodwin

@mgodwin mgodwin commented Jan 11, 2026

Copy link
Copy Markdown
Owner

Detect and display the type of HTTP request (Page, XHR, Turbo Frame, or Turbo Stream) on request traces. Detection is based on request headers: Accept header for Turbo Stream, Turbo-Frame header for Turbo Frame requests, and X-Requested-With for XHR.

The request type is shown in both the recent traces table and the trace detail page sidebar with color-coded badges.

Detect and display the type of HTTP request (Page, XHR, Turbo Frame,
or Turbo Stream) on request traces. Detection is based on request
headers: Accept header for Turbo Stream, Turbo-Frame header for Turbo
Frame requests, and X-Requested-With for XHR.

The request type is shown in both the recent traces table and the
trace detail page sidebar with color-coded badges.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants