MCPcopy Create free account
hub / github.com/Noumena-Network/code /

Class

src/utils/telemetry/instrumentation.ts:74–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72const DEFAULT_TRACES_EXPORT_INTERVAL_MS = 5000
73
74class TelemetryTimeoutError extends Error {}
75
76function telemetryTimeout(ms: number, message: string): Promise<never> {
77 return new Promise((_, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected