TracingOptions interface
Signature
export interface TracingOptions
Properties
Property | Modifiers | Type | Description | Default |
|---|---|---|---|---|
| bufferSize |
| number | Size of the trace buffer in kilobytes. If not specified or zero is passed, the default value of 200 MB (200,000 KB) is used by Chromium. | |
| categories |
| string[] | The tracing categories to include/exclude. To exclude a category, prefix it with | Default categories listed in the implementation. |
| path |
| string | The file path to write the trace to. If no path is specified, the trace will not be written to disk, but can still be retrieved as a | |
| screenshots |
| boolean | Whether to capture screenshots in the trace. |
|