[Home](./index.md) > [puppeteer](./puppeteer.md) > [Tracing](./puppeteer.tracing.md) > [(constructor)](./puppeteer.tracing._constructor_.md) ## Tracing.(constructor) Constructs a new instance of the `Tracing` class Signature: ```typescript constructor(client: CDPSession); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | client | [CDPSession](./puppeteer.cdpsession.md) | |