import { breadcrumbsIntegration } from "https://deno.land/x/sentry@8.37.1/index.d.ts";
Adds a breadcrumbs for console, fetch, and sentry events.
Enabled by default in the Deno SDK.
Sentry.init({
integrations: [
Sentry.breadcrumbsIntegration(),
],
})