Skip to main content
Module

x/sentry/index.mjs>Breadcrumb

The Official Sentry Deno SDK
Go to Latest
interface Breadcrumb
import { type Breadcrumb } from "https://deno.land/x/sentry@7.109.0/index.mjs";

JSDoc

Properties

optional
type: string
optional
level: Severity | SeverityLevel
optional
event_id: string
optional
category: string
optional
message: string
optional
data: { [key: string]: any; }
optional
timestamp: number