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
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.