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

x/sentry_deno/packages/browser/src/index.ts>EventHint

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
interface EventHint
import { type EventHint } from "https://deno.land/x/sentry_deno@v0.2.2/packages/browser/src/index.ts";

JSDoc

Properties

optional
event_id: string
optional
captureContext: CaptureContext
optional
syntheticException: Error | null
optional
originalException: Error | string | null
optional
attachments: Attachment[]
optional
data: any