Armory
Source
Browse
CLAUDE.md / Rules

langsmith-tracing-3

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.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install langsmith-tracing-3 --cli claude

writes the file to.claude/rules/langsmith-tracing-3.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/rules/langsmith-tracing-3.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

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.

When to use it

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.

How to install / invoke

# Merge the settings block into your .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/settings/telemetry/langsmith-tracing.json | jq .

Notes

Extracted from davila7/claude-code-templates, telemetry category.