diff --git a/.github/workflows/associate_commits.yml b/.github/workflows/associate_commits.yml index e1fe583..7253a16 100644 --- a/.github/workflows/associate_commits.yml +++ b/.github/workflows/associate_commits.yml @@ -9,10 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v3 with: ref: "${{ github.event.deployment_status.deployment.ref }}" diff --git a/chicago/settings.py b/chicago/settings.py index 86aa818..57953ff 100644 --- a/chicago/settings.py +++ b/chicago/settings.py @@ -38,6 +38,7 @@ dsn=os.environ["SENTRY_DSN"], integrations=[DjangoIntegration()], release=f"{os.environ['HEROKU_RELEASE_VERSION']}-{os.environ['HEROKU_APP_NAME']}", + enable_tracing=True, ) DATABASES = {}