You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone https://github.com/tdg5/newrelic-python-agent-graphql-issue.git
cd newrelic-python-agent-graphql-issue
docker build -t newrelic-python-agent-graphql-issue .
Test run without NEW_RELIC_LICENSE_KEY
docker run --rm newrelic-python-agent-graphql-issue
Test run with NEW_RELIC_LICENSE_KEY
read NEW_RELIC_LICENSE_KEY
# paste New Relic license key and press enter
docker run --rm --env "NEW_RELIC_LICENSE_KEY=$NEW_RELIC_LICENSE_KEY" newrelic-python-agent-graphql-issue