Files
klz-cables.com/.pnpm-store/v10/files/c3/7bf24d4b3df8887d988aed758be7909ff9125b4e69810bd16cf9bb713cd4cc5ea770d885603fc9f5d2956ea6df3a3c816a1f7ed60f2c6f45d3af2dc618e7f0
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

9 lines
435 B
Plaintext

import type { 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