bitfab 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.
- package/dist/{chunk-2OJZPS6C.js → chunk-TBA67Q3N.js} +2 -2
- package/dist/{chunk-2OJZPS6C.js.map → chunk-TBA67Q3N.js.map} +1 -1
- package/dist/{chunk-DXM6GTLL.js → chunk-U44TJWVV.js} +7 -7
- package/dist/chunk-U44TJWVV.js.map +1 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.js +2 -2
- package/dist/node.cjs +5 -5
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +2 -2
- package/dist/{replay-KDIILV5R.js → replay-KLGTICN2.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-DXM6GTLL.js.map +0 -1
- /package/dist/{replay-KDIILV5R.js.map → replay-KLGTICN2.js.map} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -1881,13 +1881,14 @@ declare class BitfabOpenAITracingProcessor implements TracingProcessor {
|
|
|
1881
1881
|
*/
|
|
1882
1882
|
onTraceEnd(trace: Trace): Promise<void>;
|
|
1883
1883
|
/**
|
|
1884
|
-
* Called when a span is started.
|
|
1884
|
+
* Called when a span is started. Span payloads are authoritative completed
|
|
1885
|
+
* snapshots, so start notifications do not cross the transport boundary.
|
|
1885
1886
|
*/
|
|
1886
|
-
onSpanStart(
|
|
1887
|
+
onSpanStart(_span: Span<any>): Promise<void>;
|
|
1887
1888
|
/**
|
|
1888
1889
|
* Called when a span is ended.
|
|
1889
1890
|
*
|
|
1890
|
-
* Send
|
|
1891
|
+
* Send the finalized span snapshot to Bitfab for complete trace capture.
|
|
1891
1892
|
*/
|
|
1892
1893
|
onSpanEnd(span: Span<any>): Promise<void>;
|
|
1893
1894
|
/**
|
|
@@ -2884,7 +2885,7 @@ declare class BitfabFunction {
|
|
|
2884
2885
|
/**
|
|
2885
2886
|
* SDK version from package.json (injected at build time)
|
|
2886
2887
|
*/
|
|
2887
|
-
declare const __version__ = "0.38.
|
|
2888
|
+
declare const __version__ = "0.38.8";
|
|
2888
2889
|
|
|
2889
2890
|
/**
|
|
2890
2891
|
* Constants for the Bitfab SDK.
|
package/dist/index.d.ts
CHANGED
|
@@ -1881,13 +1881,14 @@ declare class BitfabOpenAITracingProcessor implements TracingProcessor {
|
|
|
1881
1881
|
*/
|
|
1882
1882
|
onTraceEnd(trace: Trace): Promise<void>;
|
|
1883
1883
|
/**
|
|
1884
|
-
* Called when a span is started.
|
|
1884
|
+
* Called when a span is started. Span payloads are authoritative completed
|
|
1885
|
+
* snapshots, so start notifications do not cross the transport boundary.
|
|
1885
1886
|
*/
|
|
1886
|
-
onSpanStart(
|
|
1887
|
+
onSpanStart(_span: Span<any>): Promise<void>;
|
|
1887
1888
|
/**
|
|
1888
1889
|
* Called when a span is ended.
|
|
1889
1890
|
*
|
|
1890
|
-
* Send
|
|
1891
|
+
* Send the finalized span snapshot to Bitfab for complete trace capture.
|
|
1891
1892
|
*/
|
|
1892
1893
|
onSpanEnd(span: Span<any>): Promise<void>;
|
|
1893
1894
|
/**
|
|
@@ -2884,7 +2885,7 @@ declare class BitfabFunction {
|
|
|
2884
2885
|
/**
|
|
2885
2886
|
* SDK version from package.json (injected at build time)
|
|
2886
2887
|
*/
|
|
2887
|
-
declare const __version__ = "0.38.
|
|
2888
|
+
declare const __version__ = "0.38.8";
|
|
2888
2889
|
|
|
2889
2890
|
/**
|
|
2890
2891
|
* Constants for the Bitfab SDK.
|
package/dist/index.js
CHANGED
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
getCurrentReplayBranch,
|
|
23
23
|
getCurrentSpan,
|
|
24
24
|
getCurrentTrace
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-U44TJWVV.js";
|
|
26
26
|
import "./chunk-ZUD7OFYB.js";
|
|
27
27
|
import {
|
|
28
28
|
BITFAB_PROGRESS_PREFIX,
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
flushTraces,
|
|
37
37
|
reportReplayProgress,
|
|
38
38
|
serializeReplayResult
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-TBA67Q3N.js";
|
|
40
40
|
import "./chunk-H6LZRFMN.js";
|
|
41
41
|
export {
|
|
42
42
|
BITFAB_PROGRESS_PREFIX,
|
package/dist/node.cjs
CHANGED
|
@@ -97,7 +97,7 @@ var __version__, __packageName__;
|
|
|
97
97
|
var init_version_generated = __esm({
|
|
98
98
|
"src/version.generated.ts"() {
|
|
99
99
|
"use strict";
|
|
100
|
-
__version__ = "0.38.
|
|
100
|
+
__version__ = "0.38.8";
|
|
101
101
|
__packageName__ = "bitfab";
|
|
102
102
|
}
|
|
103
103
|
});
|
|
@@ -5303,16 +5303,16 @@ var BitfabOpenAITracingProcessor = class {
|
|
|
5303
5303
|
delete this.activeTraces[trace.traceId];
|
|
5304
5304
|
}
|
|
5305
5305
|
/**
|
|
5306
|
-
* Called when a span is started.
|
|
5306
|
+
* Called when a span is started. Span payloads are authoritative completed
|
|
5307
|
+
* snapshots, so start notifications do not cross the transport boundary.
|
|
5307
5308
|
*/
|
|
5308
5309
|
// biome-ignore lint/suspicious/noExplicitAny: OpenAI Agents SDK uses any for span data
|
|
5309
|
-
async onSpanStart(
|
|
5310
|
-
this.sendSpan(span);
|
|
5310
|
+
async onSpanStart(_span) {
|
|
5311
5311
|
}
|
|
5312
5312
|
/**
|
|
5313
5313
|
* Called when a span is ended.
|
|
5314
5314
|
*
|
|
5315
|
-
* Send
|
|
5315
|
+
* Send the finalized span snapshot to Bitfab for complete trace capture.
|
|
5316
5316
|
*/
|
|
5317
5317
|
// biome-ignore lint/suspicious/noExplicitAny: OpenAI Agents SDK uses any for span data
|
|
5318
5318
|
async onSpanEnd(span) {
|