interface LangfusePluginOptions {
    name?: string;
    publicKey: string;
    secretKey: string;
    baseUrl?: string;
    release?: string;
    flushAt?: number;
    flushInterval?: number;
}

Properties

name?: string
publicKey: string
secretKey: string
baseUrl?: string
release?: string
flushAt?: number
flushInterval?: number