Skip to content

Commit

Permalink
Update config docs for new telemetry property (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam authored Jan 20, 2025
1 parent e261222 commit e1497c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/config/config-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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()],
},
});
```

Expand Down

0 comments on commit e1497c8

Please sign in to comment.