feat: add tracing to workflow steps (#9140)

This commit is contained in:
Harminder Virk
2024-09-17 11:35:38 +05:30
committed by GitHub
parent aa0928d437
commit 653a4bff71
4 changed files with 178 additions and 37 deletions
@@ -4,7 +4,7 @@ import {
WorkflowStepHandler,
WorkflowStepHandlerArguments,
} from "@medusajs/orchestration"
import { OrchestrationUtils, isString } from "@medusajs/utils"
import { isString, OrchestrationUtils } from "@medusajs/utils"
import { ulid } from "ulid"
import { StepResponse, resolveValue } from "./helpers"
import { createStepHandler } from "./helpers/create-step-handler"