Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable captureConsoleIntegration
import { captureConsoleIntegration } from "https://deno.land/x/sentry@8.9.2/index.d.ts";

Send Console API calls as Sentry Events.

type

(options?: CaptureConsoleOptions | undefined) => Integration