Skip to main content
Module

x/sentry/index.d.ts>denoContextIntegration

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

Adds Deno related context to events. This includes contexts about app, device, os, v8, and TypeScript.

Enabled by default in the Deno SDK.

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

type

() => Integration