Skip to content

Commit e1497c8

Browse files
authored
Update config docs for new telemetry property (#1610)
1 parent e261222 commit e1497c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/config/config-file.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ import { OpenAIInstrumentation } from "@traceloop/instrumentation-openai";
117117
export default defineConfig({
118118
project: "<project ref>",
119119
// Your other config settings...
120-
instrumentations: [new PrismaInstrumentation(), new OpenAIInstrumentation()],
120+
telemetry: {
121+
instrumentations: [new PrismaInstrumentation(), new OpenAIInstrumentation()],
122+
},
121123
});
122124
```
123125

0 commit comments

Comments
 (0)