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

x/sentry_deno/packages/types/src/session.ts>SessionAggregates

Unofficial port of the Sentry SDK for JavaScript to Deno.
Latest
interface SessionAggregates
import { type SessionAggregates } from "https://deno.land/x/sentry_deno@v0.2.2/packages/types/src/session.ts";

JSDoc

Properties

optional
attrs: { environment?: string; release?: string; }
aggregates: Array<AggregationCounts>