Catching and Logging Workflow Defects Across Applications
How would I go about catching workflow defects on the app level?
Our workflows are defined in a separate monorepo package, so we can call them from multiple applications we have. We turn any non actionable error into a defect. But I want to log these defects using whatever error tracker is meant for the application its running on.
Our workflows are defined in a separate monorepo package, so we can call them from multiple applications we have. We turn any non actionable error into a defect. But I want to log these defects using whatever error tracker is meant for the application its running on.
