hunyaochong
PROOP
a year 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
a year ago
- Set
LANGCHAIN_API_KEYandLANGCHAIN_PROJECTas environment variables in n8n. - Use
LangchainTracerorlangsmithin 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.