Skip to main content
Module

x/sentry/index.d.ts>Hub#getIntegration

The Official Sentry Deno SDK
Go to Latest
method Hub.prototype.getIntegration
Deprecated
Deprecated

Use Sentry.getClient().getIntegrationByName() instead.

import { Hub } from "https://deno.land/x/sentry@7.109.0/index.d.ts";

Type Parameters

T extends Integration

Parameters

integration: IntegrationClass<T>

Returns

T | null