When To Use Sessions
Use Sessions when you want to:- record browser activity, console logs, network logs, and environment context for bug reports
- capture API traffic from the Desktop App for replay, analysis, or bulk mocking
- import HAR files for investigation
- share reproducible debugging context with teammates
Choose The Right Session Workflow
- Record Bug Reports
- Capture API Sessions
Use this path when you want browser-focused debugging context such as screen activity, console logs, network logs, and environment details.
Record Bug Reports
Capture reproducible bug reports directly from the browser workflow.
First Success Path
Pick Bug Reports Or API Sessions
Start with browser bug reports if you need user-facing reproduction context. Start with API sessions if the problem is primarily network behavior.
Capture The Session
Use Record Bug Reports or Record API Sessions depending on the workflow.
Explore Sessions
Record Bug Reports
Capture browser activity and rich debugging context for issue reproduction.
Capture API Sessions
Record and analyze traffic captured from interception workflows.
Import HAR Files
Open and analyze existing HAR files in Requestly Interceptor.
Access Control
Control who can view and use shared sessions.
Inspect Traffic First
Start with HTTP Interceptor if you need to capture traffic before recording a reusable session.
Mock From Captured Traffic
Use captured sessions to create repeatable mocking workflows.

