Skip to main content
Module

x/sentry/index.d.ts>getActiveTransaction

The Official Sentry Deno SDK
Go to Latest
function getActiveTransaction
import { getActiveTransaction } from "https://deno.land/x/sentry@7.88.0/index.d.ts";

Grabs active transaction off scope, if any

Parameters

optional
maybeHub: Hub

Returns

T | undefined