withProjectId

expect suspend fun <T> withProjectId(id: String, block: suspend ERROR CLASS: Symbol not found for CoroutineScope.() -> T): T(source)

Executes the block with a projectId set. It has no effect on Langfuse.

actual suspend fun <T> withProjectId(id: String, block: suspend CoroutineScope.() -> T): T(source)