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

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
import * as sentryDeno from "https://deno.land/x/sentry_deno@v0.2.2/packages/types/src/transaction.ts";

Interfaces

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

Data passed to the tracesSampler function, which forms the basis for whatever decisions it might make.

Transaction "Class", inherits Span only has setName

Interface holding Transaction-specific properties

Type Aliases

Data pulled from a sentry-trace header

Contains information about how the name of the transaction was determined. This will be used by the server to decide whether or not to scrub identifiers from the transaction name, or replace the entire name with a placeholder.