UNPKG

@temporalio/interceptors-opentelemetry

Version:
10 lines (9 loc) 380 B
/** * Real workflow imports for otel interceptors. * This replaces the stub via webpack alias when bundled. * * @module */ export { inWorkflowContext, proxySinks, workflowInfo, AsyncLocalStorage, ContinueAsNew } from '@temporalio/workflow'; export { SdkFlags } from '@temporalio/workflow/lib/flags'; export { getActivator } from '@temporalio/workflow/lib/global-attributes';