From 20cdeebfbe1b82e81975ac47455c22b2ada0cc75 Mon Sep 17 00:00:00 2001 From: Antonio Ereiz <51959110+SonilPro@users.noreply.github.com> Date: Sat, 24 Feb 2024 22:21:03 +0100 Subject: [PATCH] quick fix 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 2be81bc719..5a229d83d9 100644 --- a/docs/tutorials/setup-opentelemetry.md +++ b/docs/tutorials/setup-opentelemetry.md @@ -74,7 +74,7 @@ CMD ["node", "--require", "./instrumentation.ts", "packages/backend", "--config" The above configuration will only work in production once your start a Docker container from the image. -To be able to test locally you can import the `./instrumentation.ts` file at the top (before all imports) of your backend `index.ts` file +To be able to test locally you can import the `./instrumentation.js` file at the top (before all imports) of your backend `index.ts` file ```ts import '../instrumentation.js'