Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sentry_deno/packages/types/src/index.ts>DynamicSamplingContext

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
type alias DynamicSamplingContext
import { type DynamicSamplingContext } from "https://deno.land/x/sentry_deno@v0.2.2/packages/types/src/index.ts";
definition: { trace_id: Transaction["traceId"]; public_key: DsnComponents["publicKey"]; sample_rate?: string; release?: string; environment?: string; transaction?: string; user_segment?: string; }