JSPM

langfuse

3.38.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 745033
  • Score
    100M100P100Q169061F
  • License MIT

Package Exports

  • langfuse

Readme

GitHub Banner

Langfuse JS/TS

MIT License npm package GitHub Repo stars Discord YC W23

[!IMPORTANT] This SDK is deprecated. The Langfuse TypeScript SDK was completely rewritten and released as v4 in August 2025. Please refer to the TypeScript SDK documentation for migration instructions.

This is the main JS/TS client for Langfuse.

Documentation

Environments

Supported

  • Node.js >=18
  • Web
  • Edge: Vercel, Cloudflare Workers, etc.

Using 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