Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sentry_deno/packages/types/src/transaction.ts>CustomSamplingContext

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
interface CustomSamplingContext
import { type CustomSamplingContext } from "https://deno.land/x/sentry_deno@v0.2.2/packages/types/src/transaction.ts";

Context data passed by the user when starting a transaction, to be used by the tracesSampler method.

Index Signatures

[key: string]: any