Skip to main content

Crate turbopack_trace_server

Crate turbopack_trace_server 

Source

Modules§

store_container

Structs§

QueryOptions
Options for querying spans from the trace store.
QueryResult
Result of a query_spans call.
SpanInfo
Information about a single span (or aggregated group of spans).

Enums§

SortMode
How spans should be sorted.

Functions§

query_spans
Query spans from the store.
start_turbopack_trace_server
Starts the trace server on a background thread and returns the store immediately. The WebSocket server runs non-blocking.