eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
10 lines (9 loc) • 377 B
TypeScript
/**
* Registers the AI SDK OpenTelemetry integration once so that model
* calls emit OTel spans, including runtime-context attributes. Safe to
* call multiple times — only the first call has an effect.
*
* In AI SDK v7 the built-in OTel tracing was moved to `@ai-sdk/otel`
* and must be registered explicitly.
*/
export declare function ensureOtelIntegration(): void;