Skip to main content
Module

x/sentry/index.d.ts>captureException

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

Captures an exception event and sends it to Sentry.

Parameters

exception: any

The exception to capture.

optional
hint: ExclusiveEventHintOrCaptureContext

Optional additional data to attach to the Sentry event.

Returns

string

the id of the captured Sentry event.