MCPcopy Index your code
hub / github.com/evolution-foundation/evolution-api / TelemetryData

Interface TelemetryData

src/utils/sendTelemetry.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const packageJson = JSON.parse(fs.readFileSync('./package.json', 'utf8'));
6
7export interface TelemetryData {
8 route: string;
9 apiVersion: string;
10 timestamp: Date;
11}
12
13export const sendTelemetry = async (route: string): Promise<void> => {
14 const telemetryConfig = configService.get<Telemetry>('TELEMETRY');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected