1.7 KiB
1.7 KiB
Home > puppeteer > Protocol > Tracing > TraceConfig
Protocol.Tracing.TraceConfig interface
Signature:
export interface TraceConfig
Properties
Property | Type | Description |
---|---|---|
enableArgumentFilter | boolean | Turns on argument filter. |
enableSampling | boolean | Turns on JavaScript stack sampling. |
enableSystrace | boolean | Turns on system tracing. |
excludedCategories | string[] | Excluded category filters. |
includedCategories | string[] | Included category filters. |
memoryDumpConfig | MemoryDumpConfig | Configuration for memory dump triggers. Used only when "memory-infra" category is enabled. |
recordMode | ('recordUntilFull' | 'recordContinuously' | 'recordAsMuchAsPossible' | 'echoToConsole') | Controls how the trace buffer stores data. |
syntheticDelays | string[] | Configuration to synthesize the delays in tracing. |