@bitfab/sdk 0.38.7 → 0.38.8

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.
@@ -19,7 +19,7 @@ import {
19
19
  toJsonSafe,
20
20
  toJsonSafeReport,
21
21
  warnOnce
22
- } from "./chunk-7E6KCBTH.js";
22
+ } from "./chunk-VCGFTX2G.js";
23
23
  import {
24
24
  __privateAdd,
25
25
  __privateGet,
@@ -1991,16 +1991,16 @@ var BitfabOpenAITracingProcessor = class {
1991
1991
  delete this.activeTraces[trace.traceId];
1992
1992
  }
1993
1993
  /**
1994
- * Called when a span is started.
1994
+ * Called when a span is started. Span payloads are authoritative completed
1995
+ * snapshots, so start notifications do not cross the transport boundary.
1995
1996
  */
1996
1997
  // biome-ignore lint/suspicious/noExplicitAny: OpenAI Agents SDK uses any for span data
1997
- async onSpanStart(span) {
1998
- this.sendSpan(span);
1998
+ async onSpanStart(_span) {
1999
1999
  }
2000
2000
  /**
2001
2001
  * Called when a span is ended.
2002
2002
  *
2003
- * Send all spans to Bitfab for complete trace capture.
2003
+ * Send the finalized span snapshot to Bitfab for complete trace capture.
2004
2004
  */
2005
2005
  // biome-ignore lint/suspicious/noExplicitAny: OpenAI Agents SDK uses any for span data
2006
2006
  async onSpanEnd(span) {
@@ -4102,7 +4102,7 @@ var Bitfab = class {
4102
4102
  `Function is wrapped with trace function key '${wrappedKey}' but replay was called with '${traceFunctionKey}'. Pass matching keys, or pass the unwrapped function to replay it under the explicit key.`
4103
4103
  );
4104
4104
  }
4105
- const { replay: doReplay } = await import("./replay-DIRRDWI2.js");
4105
+ const { replay: doReplay } = await import("./replay-L2OSAP6N.js");
4106
4106
  return doReplay(
4107
4107
  this.httpClient,
4108
4108
  this.serviceUrl,
@@ -4355,4 +4355,4 @@ export {
4355
4355
  finalizers,
4356
4356
  defineReplayRegistry
4357
4357
  };
4358
- //# sourceMappingURL=chunk-RZ3P6ICN.js.map
4358
+ //# sourceMappingURL=chunk-CKOOG3TW.js.map