Skip to content

Commit 0a7efc5

Browse files
pabloerhardclaude
andauthored
[nodejs] set DD_INJECT_FORCE=true in nextjs weblog (#7233)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 82d66a5 commit 0a7efc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/build/docker/nodejs/nextjs.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ ENV HOSTNAME=0.0.0.0
1313
COPY utils/build/docker/nodejs/app.sh app.sh
1414
RUN printf './node_modules/.bin/next start' >> app.sh
1515
ENV NODE_OPTIONS="--import dd-trace/initialize.mjs"
16+
ENV DD_INJECT_FORCE=true
1617
CMD ./app.sh

0 commit comments

Comments
 (0)