The latest SessionStack gives you the ability to explore network requests in the player
Great news! We just released the long-awaited network tab inside of our player console, allowing you to inspect all network requests that happened during the user session as you’re using the network tab in the browser.
Network Tab
The first version of this feature allows you to explore all XHR requests that happened during the user session. It is the same data that you would otherwise see of you open the dev tools in Chrome, and navigate to the Network tab, filtering out the XHR requests.
Here is how it looks like:
For each network request, you can explore its details, like the URL, request method, status code, request/response headers and so on.
You can also click on the time of each request, and the session will be played at that particular moment so that you can observe what happened to the user in that period of time.
The next version of this feature will include the support of WebSockets and static assets.
Ready to give SessionStack a try? Go sign up for the free plan.