@voltagent/core 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -12135,7 +12135,7 @@ var AgentTraceContext = class {
12135
12135
  }
12136
12136
  }
12137
12137
  this.commonAttributes = commonAttributes;
12138
- const parentContext = parentSpan ? import_api11.trace.setSpan(import_api11.context.active(), parentSpan) : import_api11.context.active();
12138
+ const parentContext = parentSpan ? import_api11.trace.setSpan(import_api11.context.active(), parentSpan) : import_api11.trace.deleteSpan(import_api11.context.active());
12139
12139
  const spanAttributes = {
12140
12140
  ...this.commonAttributes
12141
12141
  };