diff --git a/Dockerfile b/Dockerfile index 98ca1d5e..15ebb2f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,4 +30,4 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ RUN ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime -CMD ["gunicorn", "packet:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=600"] +CMD ["ddtrace-run", "gunicorn", "packet:app", "--bind=0.0.0.0:8080", "--access-logfile=-", "--timeout=600"] diff --git a/requirements.txt b/requirements.txt index 01ab4db2..83cb6a84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ csh_ldap~=2.3.1 onesignal-sdk~=1.0.0 pylint-quotes~=0.2.1 sentry-sdk~=0.19.5 +ddtrace