Hi, i am trying the langchain auto instrumentation with langgraph. Currently it seems that config object thread id is detected as session id. Is there any way we can configure session id and user id for langgraph with auto instrumentation?
Saw there is the using_attributes and decorator that we can wrap but want to avoid that as we might need to wrap many places.
Thanks