addWeaveExporter
fun addWeaveExporter(weaveOtelBaseUrl: String? = null, weaveEntity: String? = null, weaveProjectName: String? = null, weaveApiKey: String? = null, timeout: Duration? = null)(source)
Java-friendly entry point for the W&B Weave integration. Mirrors the commonMain addWeaveExporter but accepts java.time.Duration for timeout - the commonMain overload uses kotlin.time.Duration, whose value-class JVM-name mangling hides the timeout overload from Java callers.