diff --git a/docs/config/config-file.mdx b/docs/config/config-file.mdx index 44866a808..593e8fd9a 100644 --- a/docs/config/config-file.mdx +++ b/docs/config/config-file.mdx @@ -98,11 +98,14 @@ Some ones we recommend: | Package | Description | | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | | `@opentelemetry/instrumentation-undici` | Logs all fetch calls (inc. Undici fetch) | -| `@opentelemetry/instrumentation-fs` | Logs all file system calls | | `@opentelemetry/instrumentation-http` | Logs all HTTP calls | | `@prisma/instrumentation` | Logs all Prisma calls, you need to [enable tracing](https://github.com/prisma/prisma/tree/main/packages/instrumentation) | | `@traceloop/instrumentation-openai` | Logs all OpenAI calls | + + `@opentelemetry/instrumentation-fs` which logs all file system calls is currently not supported. + + ## Runtime We currently only officially support the `node` runtime, but you can try our experimental `bun` runtime by setting the `runtime` option in your config file: