addLangfuseExporter

fun addLangfuseExporter(langfuseUrl: String? = null, langfusePublicKey: String? = null, langfuseSecretKey: String? = null, timeout: Duration? = null, traceAttributes: List<CustomAttribute>? = null)(source)

Java-friendly entry point for the Langfuse integration. Mirrors the commonMain addLangfuseExporter but accepts java.time.Duration for timeout so Java callers can pass every parameter - the commonMain overload uses kotlin.time.Duration, whose value-class JVM-name mangling makes the traceAttributes argument unreachable from Java.

See also