Skip to main content
Module

x/sentry/index.d.ts>breadcrumbsIntegration

The Official Sentry Deno SDK
Go to Latest
variable breadcrumbsIntegration
import { breadcrumbsIntegration } from "https://deno.land/x/sentry@8.0.0-alpha.2/index.d.ts";

This breadcrumbsIntegration is almost the same as the one from @sentry/browser. The Deno-version does not support browser-specific APIs like dom, xhr and history.

type

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