Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/sentry_deno/packages/browser/src/exports.ts>Thread

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

JSDoc

Properties

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