Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sentry/index.d.ts>suppressTracing

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

Suppress tracing in the given callback, ensuring no spans are generated inside of it.

Parameters

callback: () => T