import { type Event } from "https://deno.land/x/sentry@8.37.1/index.mjs";
An event to be sent to Sentry.
Properties
optional
level: SeverityLeveloptional
sdk: SdkInfooptional
request: Requestoptional
exception: { values?: Exception[]; }optional
breadcrumbs: Breadcrumb[]optional
user: Useroptional
threads: { values: Thread[]; }