Skip to main content
Module

x/tracecontext/mod.ts>traceparent.unsample

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

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