Skip to main content

Can Session Replay capture websocket information?

Updated over a month ago

Issue

On the replay details, I can see a network tab, but it only includes some https request. Can I also get information about websockets there?

Applies To

  • All SaaS Customers

  • Session Replay

Resolution

By default, Session Replay will capture basic information about all outgoing fetch and XHR requests in your application. At the moment, WebSocket connections will not be captured. Please see our docs here on Session Replay Network Details. As an alternative, you can capture more information using the CaptureConole integration which captures all Console API calls. Another option is to use Sentry.captureException which manually reports errors.

Did this answer your question?