Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.117.0/index.d.ts";

type

{ increment: increment; distribution: distribution; set: set; gauge: gauge; MetricsAggregator: IntegrationClass<Integration & { setup: (client: Client<ClientOptions<BaseTransportOptions>>) => void; }>; metricsAggregatorIntegration: () => IntegrationFnResult; }