Skip to content

Commit ad12e34

Browse files
committed
fixup! doc(js-autoinstrumentation): document JS auto-instrumentation
1 parent 92478ad commit ad12e34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/languages/js/automatic/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ the `@opentelemetry/instrumentation-` prefix.
5252
For example, to enable only
5353
[@opentelemetry/instrumentation-http](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-instrumentation-http)
5454
and
55-
[@opentelemetry/instrumentation-nestjs-core](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core)
55+
[@opentelemetry/instrumentation-express](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-express)
5656
instrumentations:
5757

5858
```shell
59-
OTEL_NODE_ENABLED_INSTRUMENTATIONS="http,nestjs-core"
59+
OTEL_NODE_ENABLED_INSTRUMENTATIONS="http,express"
6060
```

0 commit comments

Comments
 (0)