hunyaochong
HOBBY
21 days ago
I have tried setting up the env var and also put in my API key, but the n8n project is still not showing up in LangSmith dashboard
1 Replies
harshaagrawal20
FREE
21 days ago
Set
LANGCHAIN_API_KEY
andLANGCHAIN_PROJECT
as environment variables in n8n.Use
LangchainTracer
orlangsmith
in your n8n function nodes or scripts.Confirm LangSmith is initialized correctly in your code.
Check for errors in n8n logs.
Ensure your API key has proper access to LangSmith.