Files
klz-cables.com/.pnpm-store/v10/files/cf/336b24396eb4105d21bd8bdcf5d1278f8116ad22d9c7bd6346de374da729c3de987c331b2016aee4a1127c7ddfe839df1ed7b4b85e75662b13bf920a937414
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

10 lines
440 B
Plaintext

import { LangChainCallbackHandler, LangChainOptions } from './types';
/**
* Creates a Sentry callback handler for LangChain
* Returns a plain object that LangChain will call via duck-typing
*
* This is a stateful handler that tracks spans across multiple LangChain executions.
*/
export declare function createLangChainCallbackHandler(options?: LangChainOptions): LangChainCallbackHandler;
//# sourceMappingURL=index.d.ts.map