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

x/sentry/index.mjs>denoContextIntegration

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

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