Skip to main content
Module

x/tracecontext/traceparent.ts>unsample

Blazing fast w3c Trace Contexts for any JS runtime
Latest
function unsample
import { unsample } from "https://deno.land/x/tracecontext@v0.2.0/traceparent.ts";

Modifies the flags of a Traceparent to unsample the traceparent flag bit.

[!NOTE] You may wish to .child() before you unsample, as is required by the spec