Langfuse JS/TS SDKs
    Preparing search index...

    Langfuse JS/TS SDKs

    GitHub Banner

    langfuse-js

    MIT License CI test status GitHub Repo stars Discord YC W23

    Modular mono repo for the Langfuse JS/TS client libraries.

    Important

    The SDK was rewritten in v4 and will be released soon. Refer to the v4 migration guide for instructions on updating your code.

    Package NPM Description Environments
    @langfuse/client NPM Langfuse API client for universal JavaScript environments Universal JS
    @langfuse/tracing NPM Langfuse instrumentation methods based on OpenTelemetry Node.js 20+
    @langfuse/otel NPM Langfuse OpenTelemetry export helpers Node.js 20+
    @langfuse/openai NPM Langfuse integration for OpenAI SDK Universal JS
    @langfuse/langchain NPM Langfuse integration for LangChain Universal JS

    This is a monorepo managed with pnpm. See CONTRIBUTING.md for detailed development instructions.

    Quick start:

    pnpm install    # Install dependencies
    pnpm build # Build all packages
    pnpm test # Run tests
    pnpm ci # Run full CI suite

    MIT