DD Traces
10 traces (demo data)
Start collecting traces in under a minute
Set the OTLP endpoint in your environment
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4318
Enable telemetry in your AI SDK calls
const result = await generateText({
model: openai("gpt-4o"),
prompt: "Hello, world!",
experimental_telemetry: { isEnabled: true },
});Traces will appear here automatically once your app sends telemetry data. See framework-specific guides