Skip to content

Commit

Permalink
Added datadog
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 18, 2024
1 parent fc2cf45 commit ec64d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/heroku-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

datadog-agent run &
/opt/datadog-agent/embedded/bin/trace-agent --config=/etc/datadog-agent/datadog.yaml &
/opt/datadog-agent/embedded/bin/process-agent --config=/etc/datadog-agent/datadog.yaml &
/opt/datadog-agent/embedded/bin/trace-agent run &
/opt/datadog-agent/embedded/bin/process-agent run &
NODE_ENV=production node --import=extensionless/register --enable-source-maps ./build/server.js

0 comments on commit ec64d88

Please sign in to comment.