Developer tools
Capture system info, console logs, and network activity alongside recordings for faster debugging.
Last updated
Was this helpful?
Capture system info, console logs, and network activity alongside recordings for faster debugging.
Developer tools add technical context to recordings. They help engineers reproduce issues faster. They also reduce back-and-forth with customers.
Use these tools when you need more than “watch the video”. Use them for bugs, performance issues, and flaky flows.
System info
Basic environment metadata, like:
Browser and OS
Screen and viewport size
Locale and timezone
Network indicators (when available)
Console logs
JavaScript console output during the session, like:
Errors and stack traces
Warnings and debug logs
Client-side failures that don’t show in the UI
Network logs
HTTP request/response activity, like:
Fetch/XHR calls
Status codes (4xx/5xx)
Payloads and response bodies (when available)
Network logs are typically only available for Chrome-extension captures (and other replay-style captures). Regular customer-submitted recordings usually won’t include full network logs.
Open any recording. Look for tabs like System Info, Console, or Network in the recording detail view.
This enables widget-based capture features and CSP configuration.
Go to Installing Screendesk script.
Turn on console capture in workspace settings.
Go to Console logs and Network.
For full network timelines and richer dev tooling, use the extension capture flow.
Go to Network Logs Captured.
System Info What metadata is captured and where it appears.
Console logs Enable and review JavaScript console output during sessions.
Network logs Understand what network requests are captured and where.
Install the widget Add the snippet and configure CSP for capture features.
Last updated
Was this helpful?
Was this helpful?