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

x/sentry_deno/packages/types/src/index.ts>Breadcrumb

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

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