Skip to content

Commit

Permalink
Update src/content/docs/apm/agents/nodejs-agent/installation-configur…
Browse files Browse the repository at this point in the history
…ation/install-nodejs-agent-docker.mdx

Co-authored-by: alexa <[email protected]>
  • Loading branch information
mrickard and akristen authored Oct 14, 2024
1 parent e49f708 commit 6abbaa4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can update the value `latest` to install a specific version, or use any of t

or ```ENTRYPOINT ['node', '-r', 'newrelic', 'YOUR_PROGRAM.js']```

If you can't control how your program runs, you can load the `newrelic` module before any other module in your program by adding `require('newrelic')`.
If you can't control how your program runs, you can load the `newrelic` module before any other module in your program by adding `require('newrelic')`.


<Callout variant="tip">
Expand Down

0 comments on commit 6abbaa4

Please sign in to comment.