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 e261222 commit e1497c8Copy full SHA for e1497c8
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