Skip to main content
Module

x/sentry/index.d.ts>metrics

The Official Sentry Deno SDK
Go to Latest
variable metrics
import { metrics } from "https://deno.land/x/sentry@7.92.0/index.d.ts";

type

{ increment: increment; distribution: distribution; set: set; gauge: gauge; MetricsAggregator: Integration & { id: string; new (...args: any[]): Integration & IntegrationFnResult & { setupOnce: (addGlobalEventProcessor?: ((callback: EventProcessor) => void) | undefined, getCurrentHub?: (() => Hub$1) | undefined) => void; }; }; }