hi,
I want to integrate langfuse for monitoring. In the v2.88.0 version, I use a command similar to the following to send the userID:
{
"question": "hi there",
"overrideConfig": {
"analytics": {
"langFuse": { // langSmith, langFuse, lunary, langWatch
"userId": "user1"
}
}
}
}
But when I upgraded the version to v2.89.0, I found that the Override Configuration was disabled by default.
When I enabled it, I found that I couldn't find any variables related to "analytics" or "userId", so I currently cannot send the userID to langfuse. Is there any other way to send userID in the new version?
hi, I want to integrate langfuse for monitoring. In the v2.88.0 version, I use a command similar to the following to send the userID: { "question": "hi there", "overrideConfig": { "analytics": { "langFuse": { // langSmith, langFuse, lunary, langWatch "userId": "user1" } } } }
But when I upgraded the version to v2.89.0, I found that the Override Configuration was disabled by default. When I enabled it, I found that I couldn't find any variables related to "analytics" or "userId", so I currently cannot send the userID to langfuse. Is there any other way to send userID in the new version?