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/integration.ts>IntegrationClass

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

Integration Class Interface

Properties

id: string

Property that holds the integration name

Methods

new(...args: any[]): T