Update config docs for new telemetry property (#1610)

This commit is contained in:
Eric Allam
2025-01-20 10:29:57 +00:00
committed by GitHub
parent e2612224b4
commit e1497c802d
+3 -1
View File
@@ -117,7 +117,9 @@ import { OpenAIInstrumentation } from "@traceloop/instrumentation-openai";
export default defineConfig({
project: "<project ref>",
// Your other config settings...
instrumentations: [new PrismaInstrumentation(), new OpenAIInstrumentation()],
telemetry: {
instrumentations: [new PrismaInstrumentation(), new OpenAIInstrumentation()],
},
});
```