mirror: Blazing fast w3c Trace Contexts for any JS runtime
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix stray indent

Marais Rossouw (Jul 2, 2024, 12:51 PM +1000) 7d6980fb f7a364fd

+1 -1
+1 -1
tracestate.ts
··· 1 1 /** 2 - * A simple implementation of the {@link https://www.w3.org/TR/trace-context-2/|W3C Trace Context specification level 2}. 2 + * A simple implementation of the {@link https://www.w3.org/TR/trace-context-2/|W3C Trace Context specification level 2}. 3 3 * 4 4 * This module provides a simple API for creating, parsing, and manipulating tracestate headers. You will probably also 5 5 * be relying on the {@link {import('./traceparent.ts')}} module to create and parse traceparent headers.