Skip to main content
Module

x/sentry/index.mjs>captureException

The Official Sentry Deno SDK
Go to Latest
function captureException
import { captureException } from "https://deno.land/x/sentry@7.109.0/index.mjs";

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.