JSPM

langfuse

0.1.0-beta.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 745033
  • Score
    100M100P100Q174125F
  • License MIT

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