Update docs/tutorials/setup-opentelemetry.md

Signed-off-by: Antonio Ereiz <51959110+SonilPro@users.noreply.github.com>
This commit is contained in:
Antonio Ereiz
2024-02-24 22:22:04 +01:00
committed by GitHub
parent 1c6667eaf2
commit b216a9972f
+1 -1
View File
@@ -56,7 +56,7 @@ It's important to setup the NodeSDK and the automatic instrumentation **before**
This is why we will use the nodejs [`--require`](https://nodejs.org/api/cli.html#-r---require-module)
flag when we start up the application.
In your `Dockerfile` add the `--require` flag which points to the `instrumentation.ts` file
In your `Dockerfile` add the `--require` flag which points to the `instrumentation.js` file
```Dockerfile