Skip to content

Commit

Permalink
Enable ddtrace on staging
Browse files Browse the repository at this point in the history
This is already the setup, which was applied from
https://github.com/dimagi/commcare-cloud/compare/ap/test-ddtrace-run .
This commit is just a cleaner version of that
  • Loading branch information
dannyroberts committed Apr 18, 2024
1 parent 3b31dc3 commit 1db6648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions environments/staging/app-processes.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
formplayer_command_args: ''
# Use the following to enable datadog tracing
# formplayer_command_args: '-javaagent:/home/cchq/dd-java-agent.jar -Dsrc.main.java.org.javarosa.enableOpenTracing=true'

django_command_prefix: '{{ virtualenv_home }}/bin/ddtrace-run '
datadog_pythonagent: True

management_commands:
celery_a1:
handle_survey_actions:
Expand Down

0 comments on commit 1db6648

Please sign in to comment.