Skip to main content
Module

x/tracecontext/mod.ts>traceparent.is_sampled

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

Returns if the traceparent is currently being sampled.

Returns

boolean