bitfab 0.52.1 → 0.52.2

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.
@@ -6,7 +6,7 @@ import {
6
6
  flushTraces,
7
7
  parseRetryAfterMs,
8
8
  serializePayloadBody
9
- } from "./chunk-4OCHRRLT.js";
9
+ } from "./chunk-ESIEHZHQ.js";
10
10
  export {
11
11
  BitfabError,
12
12
  HttpClient,
@@ -16,4 +16,4 @@ export {
16
16
  parseRetryAfterMs,
17
17
  serializePayloadBody
18
18
  };
19
- //# sourceMappingURL=http-X6ZM4GT4.js.map
19
+ //# sourceMappingURL=http-2NFFBFYV.js.map
@@ -6,7 +6,7 @@ import {
6
6
  flushTraces,
7
7
  parseRetryAfterMs,
8
8
  serializePayloadBody
9
- } from "./chunk-SPJPNJEW.js";
9
+ } from "./chunk-XL5M3ETX.js";
10
10
  import "./chunk-H6LZRFMN.js";
11
11
  export {
12
12
  BitfabError,
@@ -17,4 +17,4 @@ export {
17
17
  parseRetryAfterMs,
18
18
  serializePayloadBody
19
19
  };
20
- //# sourceMappingURL=http-UU27W3YQ.js.map
20
+ //# sourceMappingURL=http-RULNEWBV.js.map
package/dist/index.cjs CHANGED
@@ -51,7 +51,7 @@ var __version__, __packageName__;
51
51
  var init_version_generated = __esm({
52
52
  "src/version.generated.ts"() {
53
53
  "use strict";
54
- __version__ = "0.52.1";
54
+ __version__ = "0.52.2";
55
55
  __packageName__ = "bitfab";
56
56
  }
57
57
  });
@@ -3002,11 +3002,6 @@ async function replay(httpClient, serviceUrl, traceFunctionKey, fn, options, reg
3002
3002
  }
3003
3003
  }
3004
3004
  const datasetIds = resolveDatasetIds(options);
3005
- if (options?.traceIds !== void 0 && datasetIds !== void 0) {
3006
- throw new BitfabError(
3007
- "traceIds and datasetIds select different replay sources and cannot be used together."
3008
- );
3009
- }
3010
3005
  if (options?.limit !== void 0 && options?.traceIds !== void 0) {
3011
3006
  try {
3012
3007
  console.warn(