Skip to main content
Module

x/sentry/index.mjs>continueTrace

The Official Sentry Deno SDK
Go to Latest
function continueTrace
import { continueTrace } from "https://deno.land/x/sentry@7.95.0/index.mjs";

Parameters

unnamed 0: { sentryTrace: Parameters<tracingContextFromHeaders>[0]; baggage: Parameters<tracingContextFromHeaders>[1]; }
callback: (transactionContext: Partial<TransactionContext>) => V