Skip to main content
Module

x/sentry/index.d.ts>contextLinesIntegration

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

Adds source context to event stacktraces.

Enabled by default in the Deno SDK.

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

type

(options?: ContextLinesOptions | undefined) => Integration