bitfab 0.54.5 → 0.54.6
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-GVK7AES5.js → chunk-5FRFNRFA.js} +2 -2
- package/dist/{chunk-GVK7AES5.js.map → chunk-5FRFNRFA.js.map} +1 -1
- package/dist/{chunk-3O5MS4XJ.js → chunk-EBDVWYCV.js} +2 -2
- package/dist/{chunk-NATC7L2W.js → chunk-FCJHKGEE.js} +6 -12
- package/dist/chunk-FCJHKGEE.js.map +1 -0
- package/dist/{chunk-RA3J6A6K.js → chunk-IKNIY7JV.js} +2 -2
- package/dist/{chunk-RA3J6A6K.js.map → chunk-IKNIY7JV.js.map} +1 -1
- package/dist/{chunk-VAHFHCBT.js → chunk-WWE3W6HF.js} +3 -3
- package/dist/{http-K2H4547F.js → http-DRPXLTJS.js} +2 -2
- package/dist/{http-RW2JO6TU.js → http-EMAHQQ4A.js} +2 -2
- package/dist/index.cjs +1 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -13
- package/dist/index.d.ts +13 -13
- package/dist/index.js +3 -3
- package/dist/node.cjs +1 -7
- package/dist/node.cjs.map +1 -1
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/node.js +3 -3
- package/dist/{replay-MHYULXCH.js → replay-XG6LNUN4.js} +3 -3
- package/dist/replayCli.js +2 -2
- package/dist/seedCli.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-NATC7L2W.js.map +0 -1
- /package/dist/{chunk-3O5MS4XJ.js.map → chunk-EBDVWYCV.js.map} +0 -0
- /package/dist/{chunk-VAHFHCBT.js.map → chunk-WWE3W6HF.js.map} +0 -0
- /package/dist/{http-K2H4547F.js.map → http-DRPXLTJS.js.map} +0 -0
- /package/dist/{http-RW2JO6TU.js.map → http-EMAHQQ4A.js.map} +0 -0
- /package/dist/{replay-MHYULXCH.js.map → replay-XG6LNUN4.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
replayContextReady,
|
|
7
7
|
runWithReplayContext,
|
|
8
8
|
warnOnce
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5FRFNRFA.js";
|
|
10
10
|
import {
|
|
11
11
|
runWithCaptureSuppressed
|
|
12
12
|
} from "./chunk-VCRFFCLY.js";
|
|
@@ -1212,4 +1212,4 @@ export {
|
|
|
1212
1212
|
sleepForReplayPersistence,
|
|
1213
1213
|
replay
|
|
1214
1214
|
};
|
|
1215
|
-
//# sourceMappingURL=chunk-
|
|
1215
|
+
//# sourceMappingURL=chunk-EBDVWYCV.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
serializeValue,
|
|
19
19
|
toJsonSafe,
|
|
20
20
|
toJsonSafeReport
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-EBDVWYCV.js";
|
|
22
22
|
import {
|
|
23
23
|
BitfabError,
|
|
24
24
|
DEFAULT_SERVICE_URL,
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
recordCallerTraceMetadata,
|
|
36
36
|
retireTraceMetadata,
|
|
37
37
|
warnOnce
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-5FRFNRFA.js";
|
|
39
39
|
import {
|
|
40
40
|
__privateAdd,
|
|
41
41
|
__privateGet,
|
|
@@ -2516,12 +2516,6 @@ var TracesClient = class {
|
|
|
2516
2516
|
constructor(httpClient) {
|
|
2517
2517
|
this.httpClient = httpClient;
|
|
2518
2518
|
}
|
|
2519
|
-
/**
|
|
2520
|
-
* Search traces by exact caller metadata.
|
|
2521
|
-
*
|
|
2522
|
-
* Keys and values are matched case-insensitively. Up to 10 supplied pairs
|
|
2523
|
-
* must match. Use `nextCursor` from the result to fetch another page.
|
|
2524
|
-
*/
|
|
2525
2519
|
async search(params) {
|
|
2526
2520
|
return this.httpClient.request(SEARCH_PATH, params);
|
|
2527
2521
|
}
|
|
@@ -5177,7 +5171,7 @@ var Bitfab = class {
|
|
|
5177
5171
|
await runWithSeedContext({ traceId }, async () => target(...args));
|
|
5178
5172
|
} finally {
|
|
5179
5173
|
try {
|
|
5180
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
5174
|
+
const { flushTraces: flushTraces2 } = await import("./http-EMAHQQ4A.js");
|
|
5181
5175
|
await flushTraces2(3e4);
|
|
5182
5176
|
} finally {
|
|
5183
5177
|
unrecorded = activeTraceStates.delete(traceId);
|
|
@@ -5236,7 +5230,7 @@ var Bitfab = class {
|
|
|
5236
5230
|
`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.`
|
|
5237
5231
|
);
|
|
5238
5232
|
}
|
|
5239
|
-
const { replay: doReplay } = await import("./replay-
|
|
5233
|
+
const { replay: doReplay } = await import("./replay-XG6LNUN4.js");
|
|
5240
5234
|
return doReplay(
|
|
5241
5235
|
this.httpClient,
|
|
5242
5236
|
this.serviceUrl,
|
|
@@ -5520,7 +5514,7 @@ async function seedFromRegistry(registry, pipeline, cases, options = {}) {
|
|
|
5520
5514
|
sessionId: seedCase.sessionId
|
|
5521
5515
|
})
|
|
5522
5516
|
);
|
|
5523
|
-
const { flushTraces: flushTraces2 } = await import("./http-
|
|
5517
|
+
const { flushTraces: flushTraces2 } = await import("./http-EMAHQQ4A.js");
|
|
5524
5518
|
await flushTraces2(3e4);
|
|
5525
5519
|
return { pipeline, traceFunctionKey, traceIds };
|
|
5526
5520
|
}
|
|
@@ -5558,4 +5552,4 @@ export {
|
|
|
5558
5552
|
reseedFromRegistry,
|
|
5559
5553
|
seedFromRegistry
|
|
5560
5554
|
};
|
|
5561
|
-
//# sourceMappingURL=chunk-
|
|
5555
|
+
//# sourceMappingURL=chunk-FCJHKGEE.js.map
|