[Home](./index.md) > [puppeteer](./puppeteer.md) > [Tracing](./puppeteer.tracing.md) > [start](./puppeteer.tracing.start.md) ## Tracing.start() method Signature: ```typescript start(options?: TracingOptions): Promise; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | TracingOptions | | Returns: Promise<void>