Langfuse Tracing not showing up on UI #3868
-
Hi, so I have a FastAPI app that retrieves prompts from Langfuse. I can retrieve prompts and trace_id from the code below but I cannot see traces inside the Langfuse UI project. I am unsure what I am doing wrong. Langfuse SDK 2.52.0
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello, @nthanapaisal! I'm here to help you with your Langfuse tracing issue. I'm a bot designed to assist with bug fixes, answer questions, and guide you in becoming a contributor. Let's work together to tackle this issue! I found a similar discussion that might be helpful: Langgraph with langfuse, which was last updated on July 25, 2024. It includes examples and might provide insights into your issue [1]. For your specific issue, here are some troubleshooting steps to ensure traces appear in the Langfuse UI:
By following these steps, you should be able to identify and resolve the issue preventing traces from appearing in the Langfuse UI [2]. |
Beta Was this translation helpful? Give feedback.
-
Hi @nthanapaisal, If you are able to fetch the prompts they should also show up in the UI. Did you check if you are on the right project within the Langfuse UI? We recently introduced Organisations that can contain multiple Projects. |
Beta Was this translation helpful? Give feedback.
hi
so I was calling observe incorrectly. The solution was to do it this way
thanks!