Skip to main content

One post tagged with "v0.81.0"

View All Tags
v0.81.0

Navigation Links from Traces to App/Environment/Variant

You can now click directly from any trace to the application, variant, or environment that generated it. Links appear in both the trace table and drawer view. This makes debugging faster since you can jump straight to the configuration that produced a specific output.

To enable navigation links, store references in your traces using the Python SDK (ag.tracing.store_refs()) or OpenTelemetry span attributes. See the reference prompt versions guide for details.

Read more →