import { runWithAsyncContext } from "https://deno.land/x/sentry@7.120.0/index.mjs";
Runs the supplied callback in its own async context. Async Context strategies are defined per SDK.
Parameters
callback: () => T
The callback to run in its own async context