Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.83.0/index.d.ts";

Grabs active transaction off scope, if any

Type Parameters

T extends Transaction

Parameters

optional
maybeHub: Hub

Returns

T | undefined