export_bundle
Export a comprehensive bug-report bundle combining diagnose summary, timeline logs, screenshots, network HAR, and repro steps into a single JSON object.
Instructions
Export a shareable bug-report bundle as one JSON object: the diagnose summary, the timeline (logs), captured screenshots, a HAR of network, and repro steps if provided. For just the network log use export_har; for a quick triage use diagnose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Scope to one app/project (pane label or id; see pane_list). Omit for all. | |
| windowMs | No | Only include events from the last N ms (default: the whole buffer). |