Skip to main content
Linking prompts to traces enables tracking of metrics and evaluations per prompt version. It’s the foundation of improving prompt quality over time. After linking prompts and traces, you will see information about the prompt in the trace’s metadata.
Prompt information in trace span details
For more information about traces and spans, see the Concepts guide. When you use langwatch.prompts.get() within a trace context, LangWatch automatically links the prompt to the trace:
For more detailed information about setting up tracing in your application, see the Python Integration Guide or TypeScript Integration Guide.
← Back to Prompt Management Overview