Skip to content

Commit

Permalink
fixup! doc(js-autoinstrumentation): document JS auto-instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu85 committed Apr 12, 2024
1 parent 92478ad commit ad12e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/languages/js/automatic/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ the `@opentelemetry/instrumentation-` prefix.
For example, to enable only
[@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-instrumentation-http)
and
[@opentelemetry/instrumentation-nestjs-core](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core)
[@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express)
instrumentations:

```shell
OTEL_NODE_ENABLED_INSTRUMENTATIONS="http,nestjs-core"
OTEL_NODE_ENABLED_INSTRUMENTATIONS="http,express"
```

0 comments on commit ad12e34

Please sign in to comment.