langchain-ai / langgraph-studio

Desktop app for prototyping and debugging LangGraph applications locally.
https://studio.langchain.com
1.99k stars 131 forks source link

Automatically sending traces to LangSmith #43

Closed Nachoeigu closed 2 months ago

Nachoeigu commented 3 months ago

Hi, I saw that LangGraph API is sending events to LangSmith in spite of removing my credentials (also LANGCHAIN_TRACING_V2) from the .env file.

I think the app maps my email and send the events anyway, beyond if my credentials are present or not in the env file. I think it is a bug. I also see that it send the traces in the project "default", that I never defined.

Thank you.

dqbd commented 3 months ago

Hello @Nachoeigu! Currently, LangGraph Studio will pre-populate both the API key and the LANGCHAIN_TRACING_V2=true when starting a folder. We also automatically create an API key when logging in.

hwchase17 commented 3 months ago

The default project is a default project in LangSmith that exists as soon as you create an account. We will work on adding an option to opt-out of logging to LangSmith

dqbd commented 2 months ago

To disable automatically sending traces to LangSmith, set to LANGCHAIN_TRACING_V2=false as environment variable