tracy
Toggle table of contents
common
jvm
Target filter
common
jvm
Switch theme
Search in API
Skip to content
tracy
core
/
org.jetbrains.ai.tracy.core.instrumentation
/
withProjectId
with
Project
Id
common
jvm
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
)