We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ce599 commit 60fd77aCopy full SHA for 60fd77a
docs/config/config-file.mdx
@@ -117,7 +117,9 @@ import { OpenAIInstrumentation } from "@traceloop/instrumentation-openai";
117
export default defineConfig({
118
project: "<project ref>",
119
// Your other config settings...
120
- instrumentations: [new PrismaInstrumentation(), new OpenAIInstrumentation()],
+ telemetry: {
121
+ instrumentations: [new PrismaInstrumentation(), new OpenAIInstrumentation()],
122
+ },
123
});
124
```
125
0 commit comments