From b216a9972feacd41781c922befe2b7545f5e39aa Mon Sep 17 00:00:00 2001 From: Antonio Ereiz <51959110+SonilPro@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:22:04 +0100 Subject: [PATCH] Update docs/tutorials/setup-opentelemetry.md Signed-off-by: Antonio Ereiz <51959110+SonilPro@users.noreply.github.com> --- docs/tutorials/setup-opentelemetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/setup-opentelemetry.md b/docs/tutorials/setup-opentelemetry.md index 6718974d6e..976ba4ccfb 100644 --- a/docs/tutorials/setup-opentelemetry.md +++ b/docs/tutorials/setup-opentelemetry.md @@ -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