Skip to content
Merged
Prev Previous commit
Next Next commit
fix: don't pass over description
  • Loading branch information
JGAntunes committed Jul 4, 2023
commit ed6ff40db7e365e27914ef4d4591cf813d5e2cb2
1 change: 0 additions & 1 deletion packages/build/src/steps/run_step.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ export const runStep = async function ({
// Add relevant attributes to the upcoming span context
const attributes: StepExecutionAttributes = {
'build.execution.step.name': coreStepName,
'build.execution.step.description': coreStepDescription,
'build.execution.step.package_name': packageName,
'build.execution.step.id': coreStepId,
'build.execution.step.loaded_from': loadedFrom,
Expand Down