Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sentry/index.mjs>breadcrumbsIntegration

The Official Sentry Deno SDK
Latest
variable breadcrumbsIntegration
import { breadcrumbsIntegration } from "https://deno.land/x/sentry@8.32.0/index.mjs";

Adds a breadcrumbs for console, fetch, and sentry events.

Enabled by default in the Deno SDK.

Sentry.init({
  integrations: [
    Sentry.breadcrumbsIntegration(),
  ],
})

type

(options?: Partial<BreadcrumbsOptions> | undefined) => Integration