Skip to content

Instantly share code, notes, and snippets.

@labbati
Last active January 24, 2019 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save labbati/7e069bbbabc3588552cdec61db5a2b1d to your computer and use it in GitHub Desktop.
Save labbati/7e069bbbabc3588552cdec61db5a2b1d to your computer and use it in GitHub Desktop.
Run an instrumented PHP script
DD_TRACE_DEBUG=true DD_AGENT_HOST=agent php -d error_log=/dev/stderr -d 'ddtrace.request_init_hook=/home/circleci/app/bridge/dd_wrap_autoloader.php' -S 0.0.0.0:6789 app_dev.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment