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.
13 lines (11 loc) • 459 B
JavaScript
//#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
exports.clientProcessorMap = clientProcessorMap;
//# sourceMappingURL=access.cjs.map