Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1 line
640 B
JSON

{"content": "{\n \"description\": \"Configure LangSmith tracing environment variables for Claude Code observability. Sends conversation traces to LangSmith for monitoring and analysis. Requires: LangSmith account and API key from https://smith.langchain.com/settings/apikeys. After installation, replace YOUR_API_KEY_HERE with your actual API key (starts with lsv2_pt_). Set TRACE_TO_LANGSMITH to false to disable tracing.\",\n \"env\": {\n \"TRACE_TO_LANGSMITH\": \"true\",\n \"CC_LANGSMITH_API_KEY\": \"YOUR_API_KEY_HERE\",\n \"CC_LANGSMITH_PROJECT\": \"claude-code-project\",\n \"CC_LANGSMITH_DEBUG\": \"false\"\n }\n}\n"}