Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.83.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