Viewing Captured Data
When you open a slice, the captured context is organized in tabs:
Console tab
All console output from the page session, errors, warnings, logs, and debug messages. Stack traces are included for errors. Entries are timestamped so you can correlate them with your screenshots or video.
Network tab
A list of every network request made by the page, showing:
- HTTP method and URL
- Status code (with failed requests highlighted)
- Request and response headers
- Request and response bodies (up to 100KB)
- Timing and duration
Info tab
Browser, device, and page metadata:
- Browser name and version
- Operating system
- Screen resolution and viewport size
- Page URL and title
- Capture timestamp
Sensitive data redaction
Brie automatically redacts sensitive data in captured network requests, including JWT tokens, API keys, authorization headers, passwords, and credentials. Redacted values are replaced with [REDACTED_BY_BRIE]. See Network Data Redaction for full details.