What Brie Captures
Every time you create a slice, Brie automatically captures technical context from the page. This is the information developers need to reproduce and debug the issue — collected without any extra effort from you.
Console logs & errors
All console output is captured, including log, warn, error, info, debug, and table calls. If the page threw an error, Brie captures the full stack trace.
Network requests
All HTTP requests and responses (both XHR and Fetch) are captured, including status codes, headers, timing, request/response bodies (up to 100KB), and duration. Failed requests are highlighted. Binary content (images, videos, PDFs) is skipped.
Browser & device info
Browser name and version, operating system, screen resolution, viewport size, pixel ratio, and language settings are included with every slice.
Page metadata
The current URL, page title, and timestamp of when the capture was taken.
Pro tip: If a bug involves a specific API call failing, check the Network tab in the slice — the full request and response are already there.