Skip to main content
Module

x/sentry/index.d.ts>Thread

The Official Sentry Deno SDK
Go to Latest
interface Thread
import { type Thread } from "https://deno.land/x/sentry@8.0.0-beta.4/index.d.ts";

JSDoc

Properties

optional
id: number
optional
name: string
optional
stacktrace: Stacktrace
optional
crashed: boolean
optional
current: boolean