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

x/sentry/index.mjs>suppressTracing

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

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

Parameters

callback: () => T