query_trace_file
Query historical browser trace files for post-hoc analysis. Filter events by object or search query, and view summaries, timelines, or sequences to debug JavaScript execution.
Instructions
Query a specific historical trace file (post-hoc analysis).
Args: file_path: Path to the .jsonl trace file. mode: Same as trace_property_access (summary/timeline/sequence/search). filter_object: Filter by object name. search_query: Filter by search string. limit: Max events for sequence mode. bucket_ms: Bucket size for timeline mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| mode | No | summary | |
| filter_object | No | ||
| search_query | No | ||
| limit | No | ||
| bucket_ms | No |