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 • 851 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InngestSpanProcessor = exports.otelMiddleware = exports.getAsyncCtx = void 0;
// AsyncLocalStorage
var als_js_1 = require("./components/execution/als.js");
Object.defineProperty(exports, "getAsyncCtx", { enumerable: true, get: function () { return als_js_1.getAsyncCtx; } });
// OpenTelemetry
var middleware_js_1 = require("./components/execution/otel/middleware.js");
Object.defineProperty(exports, "otelMiddleware", { enumerable: true, get: function () { return middleware_js_1.otelMiddleware; } });
var processor_js_1 = require("./components/execution/otel/processor.js");
Object.defineProperty(exports, "InngestSpanProcessor", { enumerable: true, get: function () { return processor_js_1.PublicInngestSpanProcessor; } });
//# sourceMappingURL=experimental.js.map