Runs visiblty problem

there was no problem till today i couldnt see my runs only check in threads page but also in there i couldnt look whats inside the agents!

Hey @echrem, a few things worth checking here:

  1. Active filter - I can see you have an “Input” search filter active in the screenshot. Can you try clearing all filters and see if runs appear.

  2. Wrong project - Your runs might be logging to a different project than the one you’re viewing. If you haven’t set LANGSMITH_PROJECT, traces go to default by default. Check that you’re looking at the right project in the sidebar.

  3. Tracing not enabled - Make sure LANGSMITH_TRACING=true is set in your environment. It’s easy for this to get dropped.

A couple of handy docs:
https://docs.langchain.com/langsmith/log-traces-to-project
https://docs.langchain.com/langsmith/filter-traces-in-application

Also, can you share what changed between the runs appearing and then not? That’ll help narrow it down.