> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usetool.bar/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Captured

> When you capture a screenshot, Toolbar bundles the image with technical context to create a single, actionable report. This page lists the fields we attach, why they matter, and the controls available - using examples.

<img src="https://mintcdn.com/toolbar/ElQ93TL-Mz0OD55x/images/DataCaptured.png?fit=max&auto=format&n=ElQ93TL-Mz0OD55x&q=85&s=f850f8aa0dffe44efa66c02228ae6a18" alt="Data Captured Pn" width="1920" height="1440" data-path="images/DataCaptured.png" />

### **Included Fields**

**Page Context**

* **URL**\
  The page where the incident occurred.\
  Example: [https://example.com/page](https://example.com/page)
* **Timestamp**\
  Time of capture with timezone.\
  Example: January 15, 2025 at 3:42 PM UTC

**Environment Snapshot**

* **OS**\
  Operating system and architecture.\
  Example: macOS (arm) 13.5
* **Browser**\
  Browser name and version.\
  Example: Chromium 118.0.0000.000
* **Window Size**\
  Current window dimensions (width × height).\
  Example: 1920×1080

**Regional Context**

* **Country**\
  Geolocation at time of capture.\
  Example: 🇪🇪 Estonia

**Capture Details**

* **Screenshot Size**\
  Pixel dimensions of the captured image.\
  Example: 800×450

### Example (as displayed in “Info”)

> URL: **Product Link**\
> Timestamp: **August 30, 2025 at 6:22 PM GMT+3**\
> OS: **macOS (arm) 26.0.0**\
> Browser: **Chromium 139.0.7258.156**\
> Window Size: **2555×1456**\
> Country: 🇲🇩 **Moldova**\
> Screenshot Size: **259×150**

### Debug Signals

**Console Logs**

* **What we store**\
  Selected console entries near the incident (error/warn/info), with timestamps.\
  Example: ERROR at 15:42:12 - TypeError: Cannot read property ‘x’ of undefined
* **Why it matters**\
  Speeds JS debugging by surfacing relevant errors without reproducing first.

**Network Summary**

* **What we store**\
  Lightweight request metadata (URL, method, status, timing). Bodies and headers are not collected by default.\
  Example: GET /api/items → 500 (1200 ms)
* **Why it matters**\
  Helps trace API failures, latency spikes, and resource loading issues.

### User Actions (Steps)

**Session Steps → Repro**

* **What we store**\
  A concise sequence of recent user actions (clicks, navigations, inputs) converted into readable reproduction steps.\
  Example:
  1. Clicked “Add to Cart”
  2. Navigated to “/checkout”
  3. Submit payment form → error banner appears

### Why These Fields Matter

1. **Faster reproduction:** OS, browser, and window size remove guesswork for developers.
2. **Precise traceability:** URL and timestamp align reports with releases and observability signals.
3. **Regional diagnostics:** Country informs CDN routing, localization, and feature flags.
4. **Visual fidelity:** Screenshot size confirms the captured evidence quality.
