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:21:36 +01:00
committed by GitHub
parent 20cdeebfbe
commit 1c6667eaf2
+1 -1
View File
@@ -67,7 +67,7 @@ COPY --chown=node:node packages/backend/instrumentation.js ./
// highlight-remove-next-line
CMD ["node", "packages/backend", "--config", "app-config.yaml"]
// highlight-add-next-line
CMD ["node", "--require", "./instrumentation.ts", "packages/backend", "--config", "app-config.yaml"]
CMD ["node", "--require", "./instrumentation.js", "packages/backend", "--config", "app-config.yaml"]
```
## Run Backstage