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

x/sentry/index.mjs>Hub#getIntegration

The Official Sentry Deno SDK
Go to Latest
method Hub.prototype.getIntegration
import { Hub } from "https://deno.land/x/sentry@7.83.0/index.mjs";

Type Parameters

T extends Integration

Parameters

integration: IntegrationClass<T>

Returns

T | null