UNPKG

534 BTypeScriptView Raw
1import type { Client, Integration, IntegrationClass } from '@sentry/types';
2export declare const metricsAggregatorIntegration: () => import("@sentry/types").IntegrationFnResult;
3/**
4 * Enables Sentry metrics monitoring.
5 *
6 * @experimental This API is experimental and might having breaking changes in the future.
7 * @deprecated Use `metricsAggegratorIntegration()` instead.
8 */
9export declare const MetricsAggregator: IntegrationClass<Integration & {
10 setup: (client: Client) => void;
11}>;
12//# sourceMappingURL=integration.d.ts.map
\No newline at end of file