import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { StartRequest } = Protocol.Tracing;
Properties
If set, the agent will issue bufferUsage events at this interval, specified in milliseconds
Whether to report trace events as series of dataCollected events or to save trace to a
stream (defaults to ReportEvents
). (StartRequestTransferMode enum)
optional
streamFormat: StreamFormatTrace data format to use. This only applies when using ReturnAsStream
transfer mode (defaults to json
).
optional
streamCompression: StreamCompressionCompression format to use. This only applies when using ReturnAsStream
transfer mode (defaults to none
)
optional
traceConfig: TraceConfig