Skip to content

Commit

Permalink
Merge branch 'production' into dependabot/pip/configobj-5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
rechner authored Dec 30, 2024
2 parents cdd2e2f + 3dad9dd commit 8e74ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
max-parallel: 4
matrix:
Expand Down
2 changes: 1 addition & 1 deletion fm_eventmanager/settings.py.docker
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ from idempotency_key import status

eval_bool = lambda x: x.lower() in ('true', '1', 't', 'y', 'yes')

SENTRY_ENABLED = eval_bool(os.environ.get("SENTRY_ENABLED"))
SENTRY_ENABLED = eval_bool(os.environ.get("SENTRY_ENABLED", ""))
if SENTRY_ENABLED:
import sentry_sdk
from sentry_sdk.integrations.django import DjangoIntegration
Expand Down

0 comments on commit 8e74ac4

Please sign in to comment.