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>Integration

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

Integration interface

Properties

name: string

Returns IntegrationClass.id

Methods

setupOnce(addGlobalEventProcessor: (callback: EventProcessor) => void, getCurrentHub: () => Hub): void

Sets the integration up only once. This takes no options on purpose, options should be passed in the constructor