Deprecated
You should not rely on the transaction, but just use startSpan()
APIs instead.
import { Scope } from "https://deno.land/x/sentry@7.117.0/index.d.ts";
Returns the Transaction
attached to the scope (if there is one).
Returns
Transaction | undefined