Package Exports
- langfuse
- langfuse/lib/index.cjs.js
- langfuse/lib/index.esm.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (langfuse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Langfuse JS/TS
This is the main JS/TS client for Langfuse.
Supported environments
- Node.js >=18
- Web
- Edge: Vercel, Cloudflare Workers, etc.
Node.js <18
Use langfuse-node instead as it does not use fetch and other Web APIs
Installation
npm i langfuse
# or
yarn add langfuse
# or
pnpm i langfuse