Installation
Usage
The LangWatch API key is configured by default via the
LANGWATCH_API_KEY environment variable.AnthropicInstrumentor to langwatch.setup().
AnthropicInstrumentor automatically captures all Anthropic API calls globally once instrumented. Use @langwatch.trace() to create a parent trace under which API calls will be nested.
Related
- Capturing RAG - Learn how to capture RAG data from retrievers and tools
- Capturing Metadata and Attributes - Add custom metadata and attributes to your traces and spans
- Capturing Evaluations & Guardrails - Log evaluations and implement guardrails in your Anthropic applications