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

x/sentry/index.mjs>metrics

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

type

{ increment: increment; distribution: distribution; set: set; gauge: gauge; getMetricsAggregatorForClient: getMetricsAggregatorForClient; }