UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

8 lines (7 loc) • 577 B
import type { InstrumentationEvent } from "#instrumentation/lifecycle.js"; import { type InstrumentationContentContext } from "#shared/instrumentation-content.js"; import type { InstrumentationDecision } from "#shared/instrumentation-decision.js"; /** Applies OpenTelemetry's trace content ceiling to one OTel provider event. */ export declare function instrumentationEventForTraceDecision(event: InstrumentationEvent, decision: InstrumentationDecision, content: InstrumentationContentContext, options?: { readonly applyAudienceCeiling?: boolean; }): InstrumentationEvent;