📦 EqualifyEverything / equalify

📄 index.ts · 11 lines
1
2
3
4
5
6
7
8
9
10
11export { setupQueryTelemetry } from './queryObserver';
export { CloudWatchReporter } from './reporters/cloudwatch';
export { ConsoleReporter } from './reporters/console';
export type {
  TelemetryConfig,
  TelemetryReporter,
  QueryMetric,
  Environment,
} from './types';
export type { CloudWatchReporterConfig } from './reporters/cloudwatch';