Skip to content

Conversation

@kabaneridev
Copy link

This patch adds WebSocket connection tracking and frame visualization to the trace viewer's network panel.

Changes:

  • Record WebSocket lifecycle events (created, frame, closed, error)
  • Display WebSocket connections in network tab with 'WS' method
  • Show frame details (sent/received, text/binary, timestamps)
  • Add WebSocket filtering support
  • Include frame statistics and content preview
  • Add documentation for WebSocket tracing
  • Add test for WebSocket trace recording

Fixes #10996

Screenshot 2025-12-04 at 10 55 59

This patch adds WebSocket connection tracking and frame visualization
to the trace viewer's network panel.

Changes:
- Record WebSocket lifecycle events (created, frame, closed, error)
- Display WebSocket connections in network tab with 'WS' method
- Show frame details (sent/received, text/binary, timestamps)
- Add WebSocket filtering support
- Include frame statistics and content preview
- Add documentation for WebSocket tracing
- Add test for WebSocket trace recording

Fixes microsoft#10996
@kabaneridev
Copy link
Author

@microsoft-github-policy-service agree

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.

[Feature] Include websocket frames in the trace-viewer

1 participant