@bitfab/sdk 0.38.2 → 0.38.3

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.
@@ -311,7 +311,7 @@ function encodeRequestBody(body) {
311
311
  }
312
312
 
313
313
  // src/version.generated.ts
314
- var __version__ = "0.38.2";
314
+ var __version__ = "0.38.3";
315
315
  var __packageName__ = "@bitfab/sdk";
316
316
 
317
317
  // src/constants.ts
@@ -2621,6 +2621,11 @@ async function replay(httpClient, serviceUrl, traceFunctionKey, fn, options, reg
2621
2621
  );
2622
2622
  }
2623
2623
  }
2624
+ if (options?.traceIds !== void 0 && options?.datasetId !== void 0) {
2625
+ throw new BitfabError(
2626
+ "traceIds and datasetId select different replay sources and cannot be used together."
2627
+ );
2628
+ }
2624
2629
  if (options?.limit !== void 0 && options?.traceIds !== void 0) {
2625
2630
  try {
2626
2631
  console.warn(
@@ -2918,4 +2923,4 @@ export {
2918
2923
  sleepForReplayPersistence,
2919
2924
  replay
2920
2925
  };
2921
- //# sourceMappingURL=chunk-SU7EAKOV.js.map
2926
+ //# sourceMappingURL=chunk-WX6AEFCP.js.map