bitfab 0.22.0 → 0.23.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/index.cjs CHANGED
@@ -500,7 +500,7 @@ __export(index_exports, {
500
500
  module.exports = __toCommonJS(index_exports);
501
501
 
502
502
  // src/version.generated.ts
503
- var __version__ = "0.22.0";
503
+ var __version__ = "0.23.0";
504
504
 
505
505
  // src/constants.ts
506
506
  var DEFAULT_SERVICE_URL = "https://bitfab.ai";
@@ -1951,8 +1951,9 @@ function extractLangGraphMetadata(metadata) {
1951
1951
  var BitfabLangGraphCallbackHandler = class {
1952
1952
  constructor(config) {
1953
1953
  this.name = "BitfabLangGraphCallbackHandler";
1954
- this.ignoreRetriever = true;
1955
1954
  this.ignoreRetry = true;
1955
+ // Retriever callbacks ARE captured (retriever queries -> function spans).
1956
+ this.ignoreRetriever = false;
1956
1957
  this.ignoreCustomEvent = true;
1957
1958
  this.runToSpan = /* @__PURE__ */ new Map();
1958
1959
  this.invocations = /* @__PURE__ */ new Map();