@bitfab/sdk 0.46.0 → 0.48.0
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-RIMNDJP3.js → chunk-I6MWT34L.js} +6 -3
- package/dist/{chunk-RIMNDJP3.js.map → chunk-I6MWT34L.js.map} +1 -1
- package/dist/{chunk-WVGPOCCT.js → chunk-LUDC6WMA.js} +4 -3
- package/dist/chunk-LUDC6WMA.js.map +1 -0
- package/dist/{chunk-HSLKCBA3.js → chunk-OKSCUFJ6.js} +6 -3
- package/dist/{chunk-HSLKCBA3.js.map → chunk-OKSCUFJ6.js.map} +1 -1
- package/dist/{chunk-OS62EZ6Y.js → chunk-ZIPITG22.js} +6 -6
- package/dist/chunk-ZIPITG22.js.map +1 -0
- package/dist/{http-RKVEWOUX.js → http-CGTUTKK3.js} +2 -2
- package/dist/{http-LVSVWTKO.js → http-MO5ZRPA6.js} +2 -2
- package/dist/index.cjs +7 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +17 -3
- package/dist/index.d.ts +17 -3
- package/dist/index.js +3 -3
- package/dist/node.cjs +7 -3
- package/dist/node.cjs.map +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-Q2YYL5HB.js → replay-QFH4XW4T.js} +3 -3
- package/dist/replayCli.js +8 -2
- package/dist/replayCli.js.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-OS62EZ6Y.js.map +0 -1
- package/dist/chunk-WVGPOCCT.js.map +0 -1
- /package/dist/{http-LVSVWTKO.js.map → http-CGTUTKK3.js.map} +0 -0
- /package/dist/{http-RKVEWOUX.js.map → http-MO5ZRPA6.js.map} +0 -0
- /package/dist/{replay-Q2YYL5HB.js.map → replay-QFH4XW4T.js.map} +0 -0
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
serializeValue,
|
|
15
15
|
toJsonSafe,
|
|
16
16
|
toJsonSafeReport
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-LUDC6WMA.js";
|
|
18
18
|
import {
|
|
19
19
|
BitfabError,
|
|
20
20
|
DEFAULT_SERVICE_URL,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
MixedTracingError,
|
|
23
23
|
getReplayContext,
|
|
24
24
|
warnOnce
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-OKSCUFJ6.js";
|
|
26
26
|
import {
|
|
27
27
|
__privateAdd,
|
|
28
28
|
__privateGet,
|
|
@@ -4500,7 +4500,7 @@ var Bitfab = class {
|
|
|
4500
4500
|
await runWithSeedContext({ traceId }, async () => target(...args));
|
|
4501
4501
|
} finally {
|
|
4502
4502
|
try {
|
|
4503
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
4503
|
+
const { flushTraces: flushTraces2 } = await import("./http-MO5ZRPA6.js");
|
|
4504
4504
|
await flushTraces2(3e4);
|
|
4505
4505
|
} finally {
|
|
4506
4506
|
unrecorded = activeTraceStates.delete(traceId);
|
|
@@ -4528,7 +4528,7 @@ var Bitfab = class {
|
|
|
4528
4528
|
`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.`
|
|
4529
4529
|
);
|
|
4530
4530
|
}
|
|
4531
|
-
const { replay: doReplay } = await import("./replay-
|
|
4531
|
+
const { replay: doReplay } = await import("./replay-QFH4XW4T.js");
|
|
4532
4532
|
return doReplay(
|
|
4533
4533
|
this.httpClient,
|
|
4534
4534
|
this.serviceUrl,
|
|
@@ -4794,7 +4794,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
|
|
|
4794
4794
|
sessionId: seedCase.sessionId
|
|
4795
4795
|
})
|
|
4796
4796
|
);
|
|
4797
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
4797
|
+
const { flushTraces: flushTraces2 } = await import("./http-MO5ZRPA6.js");
|
|
4798
4798
|
await flushTraces2(3e4);
|
|
4799
4799
|
return { pipeline, traceFunctionKey, traceIds };
|
|
4800
4800
|
}
|
|
@@ -4829,4 +4829,4 @@ export {
|
|
|
4829
4829
|
defineReplayRegistry,
|
|
4830
4830
|
seedFromRegistry
|
|
4831
4831
|
};
|
|
4832
|
-
//# sourceMappingURL=chunk-
|
|
4832
|
+
//# sourceMappingURL=chunk-ZIPITG22.js.map
|