Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sentry/index.d.ts>Scope#captureEvent

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

Captures a manually created event for this scope and sends it to Sentry.

Parameters

event: Event

The event to capture.

optional
hint: EventHint

Optional additional data to attach to the Sentry event.

Returns

string

the id of the captured event.