Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 4, 2024
2 parents c33bb89 + 570754e commit c6c6cd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/associate_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
1 change: 1 addition & 0 deletions chicago/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit c6c6cd2

Please sign in to comment.