UNPKG

inngest

Version:

Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.

12 lines (11 loc) 439 B
//#region src/components/execution/otel/access.ts /** * A map of Inngest clients to their OTel span processors. This is used to * ensure that we only create one span processor per client, and that we can * access the span processor from the client without exposing the OTel * libraries to the user. */ const clientProcessorMap = /* @__PURE__ */ new WeakMap(); //#endregion export { clientProcessorMap }; //# sourceMappingURL=access.js.map