Langfuse JS/TS SDKs
    Preparing search index...
    interface Options {
        baseUrl?: Supplier<string>;
        environment: Supplier<string>;
        headers?: Record<string, Supplier<undefined | string>>;
        password?: Supplier<undefined | string>;
        username?: Supplier<undefined | string>;
        xLangfusePublicKey?: Supplier<undefined | string>;
        xLangfuseSdkName?: Supplier<undefined | string>;
        xLangfuseSdkVersion?: Supplier<undefined | string>;
    }
    Index

    Properties

    baseUrl?: Supplier<string>

    Specify a custom URL to connect the client to.

    environment: Supplier<string>
    headers?: Record<string, Supplier<undefined | string>>

    Additional headers to include in requests.

    password?: Supplier<undefined | string>
    username?: Supplier<undefined | string>
    xLangfusePublicKey?: Supplier<undefined | string>

    Override the X-Langfuse-Public-Key header

    xLangfuseSdkName?: Supplier<undefined | string>

    Override the X-Langfuse-Sdk-Name header

    xLangfuseSdkVersion?: Supplier<undefined | string>

    Override the X-Langfuse-Sdk-Version header