Closed Nachoeigu closed 2 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.
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
To disable automatically sending traces to LangSmith, set to LANGCHAIN_TRACING_V2=false
as environment variable
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.