Skip to main content
Module

x/sentry/index.d.ts>captureEvent

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

Captures a manually created event and sends it to Sentry.

Parameters

event: Event

The event to send to Sentry.

optional
hint: EventHint

Optional additional data to attach to the Sentry event.

Returns

string

the id of the captured event.