Skip to main content

Module turbo_trace_server

Module turbo_trace_server 

Source

Structs§

TraceQueryOptions
Options for query_trace_spans.
TraceQueryResult
The result of a query_trace_spans call.
TraceServerHandle
An opaque handle to a running trace server instance. Holds a reference to the shared store so that query_trace_spans can query it without blocking Node.js with the WebSocket server loop.
TraceSpanInfo
Information about a single span or aggregated span group.

Functions§

query_trace_spans
Query spans from the trace store held by a TraceServerHandle.
start_turbopack_trace_server_handle
Starts the turbopack trace server on a background thread and returns a handle immediately (non-blocking). The WebSocket server will be available at ws://127.0.0.1:<port> (default port 5747).