import { type Event } from "https://deno.land/x/sentry@8.39.0-beta.0/index.d.ts";
An event to be sent to Sentry.
Properties
optional
level: SeverityLeveloptional
sdk: SdkInfooptional
request: Requestoptional
exception: { values?: Exception[]; }optional
breadcrumbs: Breadcrumb[]optional
user: Useroptional
sdkProcessingMetadata: { [key: string]: unknown; } & { request?: PolymorphicRequest; normalizedRequest?: Request; dynamicSamplingContext?: Partial<DynamicSamplingContext>; capturedSpanScope?: Scope$1; capturedSpanIsolationScope?: Scope$1; spanCountBeforeProcessing?: number; }optional
threads: { values: Thread[]; }